MrHellmet
- 2
- 0
- TL;DR
- I am empirically studying the transitions between successive odd numbers in the Collatz sequence, focusing on the change in the 2-adic valuation (Δv) between steps. I've observed that integers with a constant Δv form arithmetic progressions.
Hello everyone,I've been empirically analyzing the transitions between successive odd numbers in the Collatz sequence ([tex]m_{new} = (3m_{old}+1)/2^N[/tex]).I've observed that odd integers that produce a specific "valuation jump", [tex]\Delta v = v_2(3m_{new}+1) - v_2(3m_{old}+1)[/tex], seem to fall into arithmetic progressions. I've been studying the 'seed' of these progressions, defined as the smallest positive odd integer [tex]m[/tex] satisfying the conditions for a given family.For the family of integers with an initial valuation [tex]v_2(3m+1) = 2[/tex], the seeds for positive valuation jumps ([tex]\Delta v = k \geq 1[/tex]) appear to follow this recursive formula:
[itex]a(k) = a(k-1) + C_{pos}(2,k) \cdot 2^{k+3}[/itex]
Here, [tex]a(k)[/tex] is the seed for a jump of [tex]\Delta v = k[/tex], and the starting seed is [tex]a(1)=17[/tex]. The coefficient [tex]C_{pos}(2,k)[/tex] is periodic depending on
[tex]k \pmod 6[/tex]:[itex]C_{pos}(2,k) = \begin{cases} 3 & \text{if } k \equiv 3 \pmod 6 \\ -1 & \text{if } k \equiv 0 \pmod 6 \\ 1 & \text{otherwise} \end{cases}[/itex]
For example, this correctly predicts the seed for [tex]\Delta v = 2[/tex]:[itex]a(2) = a(1) + C_{pos}(2,2) \cdot 2^{2+3} = 17 + (1) \cdot 32 = 49.[/itex]My questions are:1. Is this specific recursive structure, or the periodic nature of its coefficient, a known result in the literature on the 3n+1 problem?2. If it is not a known result, does anyone see a potential path or a related mathematical structure that could help in proving it?I have verified this and similar patterns for other families extensively, but I haven't been able to find a formal proof. Any references or insights would be greatly appreciated.
[itex]a(k) = a(k-1) + C_{pos}(2,k) \cdot 2^{k+3}[/itex]
Here, [tex]a(k)[/tex] is the seed for a jump of [tex]\Delta v = k[/tex], and the starting seed is [tex]a(1)=17[/tex]. The coefficient [tex]C_{pos}(2,k)[/tex] is periodic depending on
[tex]k \pmod 6[/tex]:[itex]C_{pos}(2,k) = \begin{cases} 3 & \text{if } k \equiv 3 \pmod 6 \\ -1 & \text{if } k \equiv 0 \pmod 6 \\ 1 & \text{otherwise} \end{cases}[/itex]
For example, this correctly predicts the seed for [tex]\Delta v = 2[/tex]:[itex]a(2) = a(1) + C_{pos}(2,2) \cdot 2^{2+3} = 17 + (1) \cdot 32 = 49.[/itex]My questions are:1. Is this specific recursive structure, or the periodic nature of its coefficient, a known result in the literature on the 3n+1 problem?2. If it is not a known result, does anyone see a potential path or a related mathematical structure that could help in proving it?I have verified this and similar patterns for other families extensively, but I haven't been able to find a formal proof. Any references or insights would be greatly appreciated.
Last edited: