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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063060 'Reverse and Add!' trajectory of 10553. 3
10553, 46054, 91118, 172237, 904508, 1709917, 8908988, 17807086, 85877957, 161855815, 680413976, 1359728062, 3968007593, 7925016286, 14751121583, 53263237324, 95636473559, 191173937218, 1003913308409, 10051946501410 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 0..250

Index entries for sequences related to Reverse and Add!

EXAMPLE

a(1) = 10553 + 35501 = 46054.

PROG

(ARIBAS): m := 10553; stop := 25; c := 0; rev := int_reverse(m); while m <> rev and c < stop do inc(c); write(m, " "); m := m + rev; rev := int_reverse(m); end;

(Haskell)

a063060 n = a063060_list !! n

a063060_list = iterate a056964 10553 -- Reinhard Zumkeller, Sep 22 2011

CROSSREFS

A033865, A023108, A006960, A063061.

Cf. A056964, A004086.

Sequence in context: A203666 A119866 A065319 * A187727 A025028 A063063

Adjacent sequences:  A063057 A063058 A063059 * A063061 A063062 A063063

KEYWORD

base,nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 07 2001

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 14 22:03 EST 2012. Contains 205668 sequences.