Enter a starting number, and the engine will work over all the consecutive numbers, towards infinity. (Turbo mode makes it faster) press and hold any button to pause the automation.
The actual calculations and pen graphing were all from the OG project by @Stegie1234, i just automated it, added color to make it easier to see how many iterations happen, and made it so that it keeps track of the number that takes the most iterations to reach 1. Mode 1: doubles Mode 2: squares Mode 3: random Any other input: +1 every iteration some interesting observations: -The high-score number is almost exclusively odd. -Most numbers follow the pattern of increasing a lot in the beginning, and then rapidly going down again, decelerating towards 1. There's a theory in math, based around halving/doubling. The reason this works, is that when an object is multiplied by 3, if it's odd, it becomes even, and is halved. You can't ever double a value, so you will almost always be getting closer to either 1, or a number that leads to 1.