login
A118237
Start with 14 and repeatedly reverse the digits and add 1 to get the next term.
0
14, 42, 25, 53, 36, 64, 47, 75, 58, 86, 69, 97, 80, 9, 10, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2, 3, 4, 5, 6, 7, 8, 9
OFFSET
1,1
COMMENTS
After 13 steps enters a cycle of length 9.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[FromDigits[Reverse[IntegerDigits[#]]]+1&, 14, 100] (* Harvey P. Dale, Oct 02 2013 *)
CROSSREFS
Cf. A118551.
Sequence in context: A199710 A214521 A064512 * A326624 A208360 A208359
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 14 2006
STATUS
approved