OFFSET
1,2
COMMENTS
After 1 step the sequence enters a cycle of length 18.
MATHEMATICA
NestList[FromDigits[RotateLeft[IntegerDigits[#]]]+16&, 1, 70] (* or *) PadRight[{1}, 70, {100, 17, 87, 94, 65, 72, 43, 50, 21, 28, 98, 105, 67, 92, 45, 70, 23, 48}] (* Harvey P. Dale, Jan 04 2023 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 24 2006
STATUS
approved