This is a Collatz Conjecture calculator made on scratch! This is designed to heavily speed up the calculation process of the Collatz Conjecture. If you don't know what the Collatz conjecture is then look on the notes section.
The Collatz Conjecture is a simple arithmetic (math) problem. Pick a number, any positive, non-zero integer. However, this will be much simpler for you if you pick a number 1-10. If that number is even, divide it by 2 (n/2). Else, if that number is odd multiply it by 3 and add 1 (3n+1). Now repeat this process with the number you get and continue to do this. It may take a few steps but, no matter what number you picked, you will always* end up with a pattern of 4 - 2 - 1. If you do this with a larger number you will still get the same result. *As far as we know. Note: A conjecture is not fully proven.