01
What is the Collatz Conjecture (3n+1 Problem)?
The Collatz conjecture is a famous unsolved problem proposed in 1937 by German mathematician Lothar Collatz. For any positive integer n, repeat the following rule:
· If n is even, n ÷ 2
· If n is odd, 3n + 1
The conjecture states that repeating this process always eventually reaches 1, no matter the starting value. No counterexample has ever been found, yet it also has never been mathematically proven — making it one of the most famous open problems in mathematics.
· If n is even, n ÷ 2
· If n is odd, 3n + 1
The conjecture states that repeating this process always eventually reaches 1, no matter the starting value. No counterexample has ever been found, yet it also has never been mathematically proven — making it one of the most famous open problems in mathematics.