A224299 Collatz problem with rational negative numbers: number of steps to reach the end of the cycle starting with 1/(2n+1) where n is negative (the initial term is not counted).
0, 1, 4, 9, 4, 8, 14, 4, 17, 36, 13, 7, 24, 9, 36, 38, 24, 23, 55, 20, 28, 77, 20, 25, 93, 9, 100, 29, 37, 38, 78, 17, 36, 120, 7, 60, 99, 16, 54, 67, 9, 106, 184, 43, 74, 153, 51, 16, 84, 34, 10, 212, 12, 170, 208, 26, 60, 57, 8, 57, 92, 53, 85, 58, 148, 52
Offset: 1
Keywords
Examples
For n = 3, a(3) = 9 because the corresponding trajectory of -1/7 requires 9 iterations to reach the last term of the cycle: -1/7 -> 4/7 -> 2/7 -> 1/7 -> 10/7 -> 5/7 -> 22/7 -> 11/7 -> 40/7 -> 20/7 and 20/7 is the last term because 20/7 -> 10/7 is already in the trajectory.
Links
- Michel Lagneau, Table of n, a(n) for n = 1..10000
- J. C. Lagarias, The set of rational cycles for the 3x+1 problem, Acta Arith. 56 (1990), 33-53.
Comments