The Collatz Conjecture is a thing where every number eventually gets to 1 if you divide by two if the number is even and multiply by 3 and add 1 if the number is odd, until getting to one. This project visualizes that. Two things you can do with this First thing- 1: Choose automate 2: Enter how many numbers to automate 3: Wait (if it's a lot) 4: Look at the lists (Numbers is the list of iterations of the last number done, iterations is how many iterations each number took (eg 1 took 0, 2 took 1, 3 took 7, etc) largest number shows the largest number ever shown ever and the numbers that made it appear below in the from list, most iterations is the number that took the longest to reach 1, and the numbers that took that long are shown in the below list) Second thing- 1: Choose don't automate (answer n) 2: Enter the number you want done 3: Look at the number's list