← All Tools

๐ŸŒ€ Collatz Sequence

Apply the 3n+1 rule: if n is even, divide by 2; if n is odd, triple and add 1. Every tested number eventually reaches 1 โ€” but it's still an unproven conjecture. BigInt support lets you test gigantic starting values.

Input

Famous values

These are record-holders: each sets a new stopping-time record starting from 1.

Statistics

Total stopping time
โ€”
Max value reached
โ€”
Max value at step
โ€”
Even / odd steps
โ€”

Trajectory Plot

Y-axis is log-scaled to show the characteristic hailstone pattern.

Sequence