This math problem goes by a lot of names, but Collatz problem seems to be the most common. How to use: Click on the red button and enter a number. Odd numbers usually go for longer. Next, enter a number for how long each calculation takes. When you're done, press space for the calculations to begin. Odd numbers usually take longer to finish. How it works: First, the system checks the number. If it is even, it divides it by two. If it is odd, it multiplies it by 3 and adds 1. This continues until the number reaches one, because at that point it would keep looping over and over again (1*3+1 = 4, 4/2=2, 2/2=1, repeat).
I saw this equation/problem from some video that inspired me to make this. This doesn't mean more projects, I just made this for fun and decided to share it.