OFFSET
1,2
COMMENTS
After 2 steps the sequence enters a cycle of length 18.
MATHEMATICA
NestList[FromDigits[RotateLeft[IntegerDigits[#]]]+10&, 1, 70] (* Harvey P. Dale, Jul 21 2013 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 24 2006
STATUS
approved