login
A118864
Start with 1 and repeatedly place the first digit at the end of the number and add 17.
0
1, 18, 98, 106, 78, 104, 58, 102, 38, 100, 18, 98, 106, 78, 104, 58, 102, 38, 100, 18, 98, 106, 78, 104, 58, 102, 38, 100, 18, 98, 106, 78, 104, 58, 102, 38, 100, 18, 98, 106, 78, 104, 58, 102, 38, 100, 18, 98, 106, 78, 104, 58, 102, 38, 100, 18, 98, 106, 78, 104, 58
OFFSET
1,2
COMMENTS
After 1 step the sequence enters a cycle of length 9.
MATHEMATICA
NestList[FromDigits[RotateLeft[IntegerDigits[#]]]+17&, 1, 60] (* or *) PadRight[{1}, 100, {100, 18, 98, 106, 78, 104, 58, 102, 38}] (* Harvey P. Dale, Dec 21 2016 *)
CROSSREFS
Sequence in context: A264202 A338783 A324304 * A118606 A318063 A177371
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 24 2006
STATUS
approved