Type in any number that is not larger than 10^15 Or type "history" for the history of this conjecture.
I made this simple code after the Collatz conjecture. This conjecture works where if the number is even it divides it by two but if it is odd then it multiplies it by three and adds one and then does it over again.