Explore the mysterious Collatz Conjecture with our interactive calculator. Input any positive integer to instantly generate its unique 3n+1 sequence and determine the number of steps required to reach 1. Understand this fascinating, unproven mathematical hypothesis and visualize its patterns with ease, helping you delve into the heart of number theory.
Formula:
The Collatz Conjecture sequence, also known as the 3n+1 problem, follows two simple rules for a positive integer n:
- If n is even, the next number is n / 2.
- If n is odd, the next number is 3n + 1.