Collatz Conjecture Loop
Created by
NullIdea
This is a loop that puts every number in the Collatz Conjecture, starting from 1, and displays it while it’s calculating. The Collatz Conjecture is basically if you think of any number, and divide that number by 2 if it’s even, or multiply by 3 and add one if it’s odd, and repeat for each value you get, it will always lead to the number 1. The number on the left side of the semicolon is the number its at and the one on the right is the number it started with.
