Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A014550
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A014550 Binary reflected Gray code. +0
3
0, 1, 11, 10, 110, 111, 101, 100, 1100, 1101, 1111, 1110, 1010, 1011, 1001, 1000, 11000, 11001, 11011, 11010, 11110, 11111, 11101, 11100, 10100, 10101, 10111, 10110, 10010, 10011, 10001, 10000, 110000, 110001, 110011, 110010, 110110 (list; graph; listen)
OFFSET

0,3

REFERENCES

Gardner, M. ``The Binary Gray Code.'' Ch. 2 in Knotted Doughnuts and Other Mathematical Entertainments. New York: W. H. Freeman, 1986.

C. A. Pickover, The Math Book, Sterling, NY, 2009; see p. 392.

LINKS

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

MAPLE

a:= proc(n) option remember; local b; if n<=1 then n else b:= floor (simplify (log[2](n))); 10^b+ a(2^(b+1) -1-n) fi end: seq (a(n), n=0..50); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Nov 01 2008]

CROSSREFS

Same sequence in decimal: A003188.

Adjacent sequences: A014547 A014548 A014549 this_sequence A014551 A014552 A014553

Sequence in context: A077326 A106411 A105028 this_sequence A070836 A063432 A038324

KEYWORD

nonn,nice,easy

AUTHOR

Eric Weisstein (eric(AT)weisstein.com)

EXTENSIONS

More terms from Larry Reeves (Larryr(AT)acm.org), Sep 05 2000

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 3 12:59 EST 2009. Contains 165766 sequences.


AT&T Labs Research