A simple collatz conjecture calculator! If you don't know what it is, the collatz conjecture is a conjecture where if there is an odd number, you multiply by 3 and add 1, and if there is an even number, you divide by 2. There is a 4, 2, 1 loop in the conjecture that every number is supposed to end up in after n amount of steps. This calculator is supposed to calculate the amount of steps a number takes before it reaches the loop and the numbers that are present in its sequence. Enjoy!
Extra features: Time per step counter for how fast you want a step to pass, and the database for saving numbers.