login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A118852
Start with 1 and repeatedly place the first digit at the end of the number and add 8.
0
1, 9, 17, 79, 105, 59, 103, 39, 101, 19, 99, 107, 79, 105, 59, 103, 39, 101, 19, 99, 107, 79, 105, 59, 103, 39, 101, 19, 99, 107, 79, 105, 59, 103, 39, 101, 19, 99, 107, 79, 105, 59, 103, 39, 101, 19, 99, 107, 79, 105, 59, 103, 39, 101, 19, 99, 107, 79, 105, 59, 103
OFFSET
1,2
COMMENTS
After 3 steps the sequence enters a cycle of length 9.
MATHEMATICA
NestList[FromDigits[RotateLeft[IntegerDigits[#]]]+8&, 1, 60] (* Harvey P. Dale, Nov 17 2014 *)
CROSSREFS
Sequence in context: A146601 A121955 A151793 * A118527 A193663 A166705
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 24 2006
STATUS
approved