login
A118863
Start with 1 and repeatedly place the first digit at the end of the number and add 16.
0
1, 17, 87, 94, 65, 72, 43, 50, 21, 28, 98, 105, 67, 92, 45, 70, 23, 48, 100, 17, 87, 94, 65, 72, 43, 50, 21, 28, 98, 105, 67, 92, 45, 70, 23, 48, 100, 17, 87, 94, 65, 72, 43, 50, 21, 28, 98, 105, 67, 92, 45, 70, 23, 48, 100, 17, 87, 94, 65, 72, 43, 50, 21, 28, 98, 105, 67, 92
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
Sequence in context: A328010 A041554 A080770 * A118533 A061679 A271567
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 24 2006
STATUS
approved