login
A118837
Start with 1 and repeatedly place the first digit at the end of the number and add 4.
0
1, 5, 9, 13, 35, 57, 79, 101, 15, 55, 59, 99, 103, 35, 57, 79, 101, 15, 55, 59, 99, 103, 35, 57, 79, 101, 15, 55, 59, 99, 103, 35, 57, 79, 101, 15, 55, 59, 99, 103, 35, 57, 79, 101, 15, 55, 59, 99, 103, 35, 57, 79, 101, 15, 55, 59, 99, 103, 35, 57, 79, 101, 15, 55, 59, 99, 103
OFFSET
1,2
COMMENTS
After 4 steps the sequence enters a cycle of length 9.
MATHEMATICA
NestList[FromDigits[RotateLeft[IntegerDigits[#]]]+4&, 1, 70] (* or *) PadRight[ {1, 5, 9, 13}, 70, {55, 59, 99, 103, 35, 57, 79, 101, 15}] (* Harvey P. Dale, Mar 04 2015 *)
CROSSREFS
Sequence in context: A024728 A024950 A180514 * A117828 A117830 A376490
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 24 2006
STATUS
approved