- If the current term n is even, then the next term is n/2. - If the current term n is odd, then the next term is 3n + 1. The conjecture claims that this sequence will always reach 1 for any starting ...
Add another term to the sequence by dividing the last term by 2 using floor division Else Add another term to the sequence by multiplying the last term by 3 and adding 1 The Collatz conjecture states ...