login
A118148
Start with 1 and repeatedly reverse the digits and add 51 to get the next term.
0
1, 52, 76, 118, 862, 319, 964, 520, 76, 118, 862, 319, 964, 520, 76, 118, 862, 319, 964, 520, 76, 118, 862, 319, 964, 520, 76, 118, 862, 319, 964, 520, 76, 118, 862, 319, 964, 520, 76, 118, 862, 319, 964, 520, 76, 118, 862, 319, 964, 520, 76, 118, 862, 319, 964
OFFSET
1,2
COMMENTS
After 2 steps enters a cycle of 6.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[IntegerReverse[#]+51&, 1, 60] (* or *) PadRight[{1, 52}, 60, {964, 520, 76, 118, 862, 319}] (* Harvey P. Dale, Jul 17 2024 *)
CROSSREFS
KEYWORD
base,nonn,less
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 14 2006
STATUS
approved