login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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