Try to predict how many steps it takes to reach 1! Start with any positive integer and follow these rules:
- If the number is even, divide by 2
- If the number is odd, multiply by 3 and add 1
The conjecture states that you'll always reach 1 eventually. Try to correctly guess the number of steps from the starting number that produces the longest sequence!
Sequence:
🏆 Perfect Guess Leaderboard
Best scores: Longest sequences with perfect guesses
No perfect guesses yet. Be the first!