Explore unproven conjectures and famous mathematical patterns.
Explores famous unsolved and computational mathematical phenomena: (1) The Collatz Conjecture (\(3n+1\)): \(T(n) = n/2\) if even, \(3n+1\) if odd, hypothesizing all positive integers reach the cycle \(4 \to 2 \to 1\); (2) Ulam Prime Spiral: arranging integers on a square spiral reveals dense quadratic polynomial prime concentrations (Euler's polynomial \(n^2+n+41\)); (3) Riemann Zeta function partial sums \(\zeta(s) = \sum_{n=1}^N n^{-s}\).
Start with any positive integer n. If even → n/2. If odd → 3n+1. Conjecture: always reaches 1.
Every even integer ≥ 4 is the sum of two primes.
Twin primes are primes differing by 2. Conjecture: infinitely many exist.
ζ(s) = Σ 1/nˢ. Riemann Hypothesis: all non-trivial zeros have Re(s) = 1/2.