A Collatz rational word congruent to 0 mod 47·125 (a “half-certificate”)
I’ve been exploring rational Collatz cycles of the form
n = \frac{b(w)}{D}, \quad D = 2^k - 3^x,
where b(w) = \sum 3^{i-1}2^{r_i} is computed from the reversed parity word w (with x ones among k bits).
For (k,x) = (59,37), we have
D = 2^{59} - 3^{37} = 5^3 \times 47 \times 2,475,787 \times 8,674,781.
Result
For this pair (k,x), a 59-bit parity word produces a rational value whose numerator is simultaneously divisible by the two smallest prime factors of D (5^3 and 47):
b \equiv 0 \pmod{47 \cdot 125} = 5875.
This gives what I call a half-certificate — a modular closure of the Collatz affine recurrence under two components of D.
The word
10100111100111110110101111101100111110011100110001001011110
For this word:
- b = 1{,}541{,}728{,}031{,}545{,}967{,}875
- D = 126{,}176{,}846{,}412{,}426{,}125
- \gcd(b,D) = 5875
Hence the reduced fraction is
\frac{b}{D} = \frac{262{,}421{,}792{,}603{,}569}{21{,}476{,}910{,}027{,}647} \approx 12.2187871656.
For the other prime factors
Modulo 2{,}475{,}787 and 8{,}674{,}781,
the numerators are non-zero.
Thus the congruence holds exactly for the factors 5^3 and 47 of D,
but not for the full product.
Interpretation
Since
3^{37} \equiv 2^{59} \pmod{47\cdot125},
the affine recurrence n \mapsto (3n + D)/2 remains consistent under this modulus, allowing a modular closure of the rational cycle.
This represents a double modular alignment within D,
hence the idea of a half-certificate of Collatz type.
The slope 3^{37}/2^{59} matches the additive structure of D modulo 47\cdot125,
while the remaining prime factors break the exact closure over \mathbb{Z}.
Outlook
Questions that follow naturally:
- Can such modular closures extend to 47·125·p for another small prime p?
- Do similar alignments reappear when k - 7x \equiv 0 \pmod{100}?
- Could partial modular alignments accumulate to rational near-cycles for higher (k,x)?
With the calm persistence of my favorite GPT companion,
who followed every 3n+1 twist until the modulus closed.