Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A070869
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A070869 a(1) = 16; a(n+1) = sum of a(n) and (a(n) written in base 2 and reversed). +0
1
16, 17, 34, 51, 102, 153, 306, 459, 882, 1197, 2646, 4347, 11484, 15273, 24864, 25443, 50886, 76329, 152274, 229371, 458742, 688113, 1277910, 2162607, 6193008, 6684333, 12631680, 12729219, 25434054, 38529033, 76302162, 115562715 (list; graph; listen)
OFFSET

1,1

REFERENCES

S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 125.

EXAMPLE

To get a(2) note that 16 = 10000 in base 2, reversing gives 00001, or 1, and so a(2) = 16 + 1 = 17.

MATHEMATICA

a[1] = 16; a[n_] := Block[{b = IntegerDigits[ a[n - 1], 2]}, FromDigits[ b + Reverse[b], 2]]; Table[ a[n], {n, 1, 35}]

CROSSREFS

Sequence in context: A041516 A041514 A041512 this_sequence A101196 A064637 A115942

Adjacent sequences: A070866 A070867 A070868 this_sequence A070870 A070871 A070872

KEYWORD

nonn,easy,base

AUTHOR

njas, May 19 2002

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), May 20 2002

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 September 7 15:23 EDT 2008. Contains 143483 sequences.


AT&T Labs Research