login
A118150
Start with 1 and repeatedly reverse the digits and add 53 to get the next term.
1
1, 54, 98, 142, 294, 545, 598, 948, 902, 262, 315, 566, 718, 870, 131, 184, 534, 488, 937, 792, 350, 106, 654, 509, 958, 912, 272, 325, 576, 728, 880, 141, 194, 544, 498, 947, 802, 261, 215, 565, 618, 869, 1021, 1254, 4574, 4807, 7137, 7370, 790, 150, 104
OFFSET
1,2
COMMENTS
After 49 steps enters a cycle of 54.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[IntegerReverse[#]+53&, 1, 60] (* Harvey P. Dale, Sep 21 2023 *)
CROSSREFS
KEYWORD
base,nonn,less
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 14 2006
EXTENSIONS
Corrected by Harvey P. Dale, Apr 19 2014
STATUS
approved