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!)
A063057 'Reverse and Add!' trajectory of 7059. 4
7059, 16566, 83127, 155265, 717816, 1336533, 4692864, 9375828, 17661567, 94178238, 177465387, 961030158, 1812060327, 9042662508, 17095324917, 89037683988, 177976357086, 858730036857, 1617360074715, 6792060711876 (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..2432 (terms 0 through 250 provided by Reinhard Zumkeller)
EXAMPLE
a(1) = 7059 + 9507 = 16566.
MATHEMATICA
NestList[# + FromDigits[Reverse[IntegerDigits[#]]]&, 7059, 40] (* Vincenzo Librandi, May 03 2014 *)
PROG
(ARIBAS): m := 7059; 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)
a063057 n = a063057_list !! n
a063057_list = iterate a056964 7059 -- Reinhard Zumkeller, Sep 22 2011
CROSSREFS
Sequence in context: A238520 A230975 A031582 * A235194 A034230 A183630
KEYWORD
base,nonn
AUTHOR
Klaus Brockhaus, Jul 07 2001
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)