login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A118155
Start with 1 and repeatedly reverse the digits and add 59 to get the next term.
1
1, 60, 65, 115, 570, 134, 490, 153, 410, 73, 96, 128, 880, 147, 800, 67, 135, 590, 154, 510, 74, 106, 660, 125, 580, 144, 500, 64, 105, 560, 124, 480, 143, 400, 63, 95, 118, 870, 137, 790, 156, 710, 76, 126, 680, 145, 600, 65, 115, 570, 134, 490, 153, 410
OFFSET
1,2
COMMENTS
After 2 steps enters a cycle of 45.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[FromDigits[Reverse[IntegerDigits[#]]]+59&, 1, 80] (* Harvey P. Dale, Feb 25 2014 *)
CROSSREFS
KEYWORD
base,nonn,less
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 14 2006
EXTENSIONS
Corrected by Harvey P. Dale, Feb 25 2014
STATUS
approved