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”).

A118853
Start with 1 and repeatedly place the first digit at the end of the number and add 10.
0
1, 11, 21, 22, 32, 33, 43, 44, 54, 55, 65, 66, 76, 77, 87, 88, 98, 99, 109, 101, 21, 22, 32, 33, 43, 44, 54, 55, 65, 66, 76, 77, 87, 88, 98, 99, 109, 101, 21, 22, 32, 33, 43, 44, 54, 55, 65, 66, 76, 77, 87, 88, 98, 99, 109, 101, 21, 22, 32, 33, 43, 44, 54, 55, 65, 66, 76, 77, 87
OFFSET
1,2
COMMENTS
After 2 steps the sequence enters a cycle of length 18.
MATHEMATICA
NestList[FromDigits[RotateLeft[IntegerDigits[#]]]+10&, 1, 70] (* Harvey P. Dale, Jul 21 2013 *)
CROSSREFS
Sequence in context: A084906 A232184 A232185 * A117841 A105956 A178413
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 24 2006
STATUS
approved