The Collatz Conjecture follows these simple rules: If the number is odd, multiply it by 3 and add 1. If the number is even, divide it by 2. The process repeats until the number is 1. It will ALWAYS reach 1. Input a number, and lets get started!
[C2A].