login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
0,1
LINKS
Reinhard Zumkeller and Michael Lee, Table of n, a(n) for n = 0..2423 (terms 0 through 250 provided by Reinhard Zumkeller)
EXAMPLE
a(1) = 10553 + 35501 = 46054.
MATHEMATICA
NestList[# + FromDigits[Reverse[IntegerDigits[#]]]&, 10553, 40] (* Vincenzo Librandi, May 03 2014 *)
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
Sequence in context: A119866 A292703 A065319 * A187727 A025028 A063063
KEYWORD
base,nonn
AUTHOR
Klaus Brockhaus, Jul 07 2001
EXTENSIONS
Updated b-file from Michael Lee, Apr 01 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 17 09:00 EDT 2024. Contains 374363 sequences. (Running on oeis4.)