|
| |
|
|
A118149
|
|
Start with 1 and repeatedly reverse the digits and add 52 to get the next term.
|
|
0
| |
|
|
1, 53, 87, 130, 83, 90, 61, 68, 138, 883, 440, 96, 121, 173, 423, 376, 725, 579, 1027, 7253, 3579, 9805, 5141, 1467, 7693, 4019, 9156, 6571, 1808, 8133, 3370, 785, 639, 988, 941, 201, 154, 503, 357, 805, 560, 117, 763, 419, 966, 721, 179, 1023, 3253, 3575
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| After 2 steps enters a cycle of length 99.
|
|
|
LINKS
| N. J. A. Sloane, Sequences of RADD type
|
|
|
MATHEMATICA
| NestList[FromDigits[Reverse[IntegerDigits[#]]]+52&, 1, 55] (* From Harvey P. Dale, May 08 2011 *)
|
|
|
CROSSREFS
| Cf. A117828, A117816, A117817.
Sequence in context: A136065 A001836 A144939 * A119289 A124282 A137869
Adjacent sequences: A118146 A118147 A118148 * A118150 A118151 A118152
|
|
|
KEYWORD
| base,nonn,less
|
|
|
AUTHOR
| Luc Stevens (lms022(AT)yahoo.com), May 14 2006
|
| |
|
|