OFFSET
1,2
COMMENTS
After 2 steps enters a cycle of length 22.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
MATHEMATICA
NestList[IntegerReverse[#]+72&, 1, 60] (* Requires Mathematica version 10 or later *) (* or *) PadRight[{1, 73}, 60, {856, 730, 109, 973, 451, 226, 694, 568, 937, 811, 190, 163, 433, 406, 676, 748, 919, 991, 271, 244, 514, 487}] (* Harvey P. Dale, Apr 15 2020 *)
CROSSREFS
KEYWORD
base,nonn,less
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 14 2006
EXTENSIONS
Corrected by Harvey P. Dale, Apr 15 2020
STATUS
approved