OFFSET
1,2
COMMENTS
This sequence (unlike A117828, say) never cycles.
The operation can never generate a trailing zero and so is reversible. So it loops only if it returns to the start, which is impossible. - Martin Fuller, May 12 2006
LINKS
Harvey P. Dale and N. J. A. Sloane, Table of n, a(n) for n = 1..20000 (First 1000 terms from Harvey P. Dale)
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[FromDigits[Reverse[IntegerDigits[#]]]+10&, 1, 60] (* Harvey P. Dale, May 19 2012 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
David Applegate, May 05 2006
STATUS
approved