OFFSET
1,2
COMMENTS
After 3 steps enters a cycle of length 18.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[FromDigits[Reverse[IntegerDigits[#]]]+41&, 1, 60] (* Harvey P. Dale, May 28 2014 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 11 2006
EXTENSIONS
Corrected by Harvey P. Dale, May 28 2014
STATUS
approved