dankearney
- Karma
- -2
- Created
- March 21, 2023 (3y ago)
- Submissions
- 0
- The Statistics of Championship Droughts (github.com)
- A Short Explanation for the Collatz Conjecture (github.com)
-
As you traverse from one number (n0) to another (n1), n1 is either n0/2 or (3 n0 + 1). For a cycle to exist, the product of all of the increases must equal the decreases — you need to wind up exactly where you started.…