This calculates the Collatz Conjecture of ANY number
Wikipedia: https://en.wikipedia.org/wiki/Collatz_conjecture Veritasium on youtube Collatz Conjecture says that if a number is even, divide by 2. If it is odd, multiply by 3 and add 1. It will always even out to 1*3+1=4 4/2=1 and so on.