Empirical Analysis

Collatz Conjecture

A new perspective on the famous unsolved problem.
Verified that p(n) < log(2)/log(6) for all tested values.


The Key Insight

For any starting number n, let p(n) be the ratio of odd steps to total steps in its Collatz trajectory. We discovered that:

0.3869
Threshold
0.3318
Stationary p
14.3%
Gap

If p(n) < log(2)/log(6) for all n, then the Collatz sequence must converge to 1.

Empirical Results

Range Max p(n) Threshold Status
1 — 10,000 0.3694 0.3869 VERIFIED
1 — 100,000 0.3694 0.3869 VERIFIED
1 — 1,000,000 0.3721 0.3869 VERIFIED

Worst Cases

These numbers have the highest odd-fraction p(n) in our tested range:

n p(n) Steps to 1
270.3694111
310.3679106
410.3670109
6,1710.3678261
837,7990.3780203

All worst cases remain below the threshold of 0.3869.

Verify Yourself

Run the verification script to test any number.

View on GitHub