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”).

A118074
Start with 1 and repeatedly reverse the digits and add 41 to get the next term.
0
1, 42, 65, 97, 120, 62, 67, 117, 752, 298, 933, 380, 124, 462, 305, 544, 486, 725, 568, 906, 650, 97, 120, 62, 67, 117, 752, 298, 933, 380, 124, 462, 305, 544, 486, 725, 568, 906, 650, 97, 120, 62, 67, 117, 752, 298, 933, 380, 124, 462, 305, 544, 486, 725
OFFSET
1,2
COMMENTS
After 3 steps enters a cycle of length 18.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[FromDigits[Reverse[IntegerDigits[#]]]+41&, 1, 60] (* Harvey P. Dale, May 28 2014 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 11 2006
EXTENSIONS
Corrected by Harvey P. Dale, May 28 2014
STATUS
approved