🔢 Collatz Conjecture (3n+1 Problem)

Explore one of mathematics' most famous unsolved problems

The Conjecture:
Start with any positive integer n. Then each term is obtained from the previous term as follows:

• If n is even: n → n/2
• If n is odd: n → 3n+1

The conjecture states that no matter what value of n, the sequence will always reach 1.