Enter The Information




Backstory

The collatz conjcecture is a famous mathematical statment that says that for any natrual number (1 to infinity) that if you apply the recursive function below, it will always get stuck in an infinate loop of 4 2 and 1

t(n-1) = t(n) basiclly means that you re-input the output