login
A118225
Start with 1 and repeatedly reverse the digits and add 74 to get the next term.
1
1, 75, 131, 205, 576, 749, 1021, 1275, 5795, 6049, 9480, 923, 403, 378, 947, 823, 402, 278, 946, 723, 401, 178, 945, 623, 400, 78, 161, 235, 606, 680, 160, 135, 605, 580, 159, 1025, 5275, 5799, 10049, 94075, 57123, 32249, 94297, 79323, 32471, 17497, 79545
OFFSET
1,2
COMMENTS
After 192 steps enters a cycle of 90.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[74+IntegerReverse[#]&, 1, 50] (* Harvey P. Dale, Jan 05 2022 *)
CROSSREFS
KEYWORD
base,nonn,less,easy
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 14 2006
EXTENSIONS
a(14) corrected by Georg Fischer, Jul 17 2020
STATUS
approved