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

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