#collatz-1
For any natural number you can apply following procedure: if the number is even divide it by 2 and if the number is odd multiply it by 3 and add 1. The Collatz conjecture states that if we start to repeat that process then ultimately we obtain 1 as a result for every starting number.