Hit the green flag and watch the magic happen READ NOTES AND CREDITS MainNum is the equation Cyclebot is the input number
The Collatz Conjecture is the math problem saying that any integer put into a pattern where if that integer is even you divide by two, and if that integer is odd you multiply by 3 and add 1. You repeat this process to the quotient or the product. No matter what number you do it seems you will end up in a 4 - 2 - 1 loop by the end. I first made a calculator for this, and then decided to automate it entirely. If there's any answer to this, it will have to be found before scratch counts the number as big enough to be infinity. You can run it on your own if you would like.