how does collatz conjecture work? - first you pick a number, then the collatz thing will generate more numbers by the following instructions: - if the number is odd, multiply it by 3 and add 1. - if the number is even, divide it by 2. the sequence stops when the number is at 1.
the visualizer kinda sucks, though.