Collatz Conjecture Calculator

The Collatz conjecture with current rules:

if n is even: n → n/2

if n is odd: n → 3n + 1

This sequence should reach 1 or detect a loop.

Custom Rules

Step
Decimal
Binary