Found this in a Vertasium video so I decided to make a calculator for it so that way you can just input a number and see how long it takes to reach a 4,2,1 loop ------------------------------------------------------------------------- This calculator is for a problem called the collatz conjecture, any positive integer will end up in a 4,2,1 loop using the equation 3n+1 with the rules of if its even divide by 2 and if its odd multiply by 3 and add one.
Thanks to Vertasium for introducing me to this The rest I made