|
Search: id:A118510
|
|
|
| A118510 |
|
Define sequence S_m by: initial term = m, reverse digits and add 1 to get next term. It is conjectured that S_m always reaches a cycle of length 9, as in A117230. Sequence gives records for number of steps to reach cycle. |
|
+0 5
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
The values of m which take this many steps are 1, 11, 101, 1001, 10001, 100001, 1000001, 10000001, 100000001, ...
|
|
LINKS
|
N. J. A. Sloane, Sequences of RADD type
|
|
FORMULA
|
a(n) = 1 + 9*(n-1) for odd n; a(n) = 9*n for even n. Recursion: a(1) = 1; a(2) = 18; a(n+1) = a(n-1) + 18. - (Klaus Brockhaus, Jul 28 2006)
|
|
CROSSREFS
|
Records in A118511.
Cf. A117230, A117831, A118473, A118474.
Adjacent sequences: A118507 A118508 A118509 this_sequence A118511 A118512 A118513
Sequence in context: A031956 A095393 A056022 this_sequence A022108 A041654 A041656
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
njas, May 06 2006
|
|
EXTENSIONS
|
a(5) to a(9) from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 28 2006
|
|
|
Search completed in 0.002 seconds
|