What Is This?

The Collatz Conjecture asks whether repeating two simple arithmetic operations will eventually transform every positive integer into one. It concerns sequences of integers where each term is obtained from the previous term as follows: if the previous term is even, the next term is one half of the previous term. If the previous term is odd, the next term is 3 times the previous term plus 1. Basically this is a calculater/visualizer for the Collatz Conjecture.

New Number