login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036447 Double and reverse digits. 2
1, 2, 4, 8, 61, 221, 244, 884, 8671, 24371, 24784, 86594, 881371, 2472671, 2435494, 8890784, 86518771, 245730371, 247064194, 883821494, 8892467671, 24353948771, 24579870784, 86514795194, 883095920371, 2470481916671, 2433383690494 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harvey P. Dale, Table of n, a(n) for n = 0..1000

Nick Hobson, Python program for this sequence

FORMULA

a(n+1) = A004093(a(n)). [Reinhard Zumkeller, Feb 09 2012]

MATHEMATICA

NestList[ FromDigits[ Reverse[ IntegerDigits[ 2# ] ] ] &, 1, 27 ]

PROG

(Haskell)

a036447 n = a036447_list !! n

a036447_list = iterate a004093 1  -- Reinhard Zumkeller, Feb 09 2012

CROSSREFS

Cf. A004086.

Sequence in context: A004094 A028910 A018482 * A069027 A065549 A067507

Adjacent sequences:  A036444 A036445 A036446 * A036448 A036449 A036450

KEYWORD

nonn,base,easy,nice,changed

AUTHOR

Rodolfo Kurchan (nildafur(AT)cvtci.com.ar)

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), Mar 31 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 04:21 EST 2012. Contains 205978 sequences.