Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A118606
Start with 1 and repeatedly reverse the digits and add 17 to get the next term.
0
1, 18, 98, 106, 618, 833, 355, 570, 92, 46, 81, 35, 70, 24, 59, 112, 228, 839, 955, 576, 692, 313, 330, 50, 22, 39, 110, 28, 99, 116, 628, 843, 365, 580, 102, 218, 829, 945, 566, 682, 303, 320, 40, 21, 29, 109, 918, 836, 655, 573, 392, 310, 30, 20, 19, 108, 818, 835
OFFSET
1,2
COMMENTS
After 9 steps enters a cycle of length 54.
LINKS
N. J. A. Sloane and others, Sequences of RADD type, OEIS wiki.
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
MATHEMATICA
NestList[FromDigits[Reverse[IntegerDigits[#]]]+17&, 1, 60] (* Harvey P. Dale, May 03 2012 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 08 2006
STATUS
approved