I made another one of these projects. I noticed the old one stopped working. This one works but graph mode has been taken out. For those who don't already know this project is about the Collatz conjecture an unsolved mathematical conjecture where you have to find a seed number that doesn't end in a 4, 2, 1 loop. When following these rules if the number is odd multiply it by 3 and add 1, if it is even divide it by 2. Also if list doesn't work you put in a number that is too big for scratch to handle effectively.
Thanks to Veritaserum for my original knowledge of this conjecture.