Number theory · Concept hubDeep story

Collatz Conjecture

1937 CE20th-century Germany (Lothar Collatz)

Concept

Take any number, halve it if even, 3n+1 if odd — does it always reach 1?

Understand it in one breath

If an integer is even, halve it; if odd, triple it and add one. Must every positive start eventually reach 1? Known since the 1930s, the conjecture is easy to state but has no general proof. Starting at 27 takes 111 iterations to first reach 1 and peaks at 9,232. Computation over a vast finite range and partial “almost all” results do not prove the infinite claim.

At a glance

Step

Value

027
182
241
3124
462
531
694
747
8142
971
10214
11107
12322
13161
14484
15242
16121
17364

Starting at 27 → the full trajectory reaches 1 after 111 steps. The table shows the first 18 steps; the sequence climbs as high as 9,232.

Key formula

f(n)={n/2n even3n+1n oddf(n) = \begin{cases} n/2 & n \text{ even} \\ 3n+1 & n \text{ odd} \end{cases}

Worked examples

  1. 1

    Q.Start from 6

Key moments

1937 CE

Collatz first poses the problem

German mathematician Lothar Collatz found the problem while still a student. Its statement was so simple that it was sometimes treated as a mathematical joke.

1972 CE

Erdős offers a $500 prize

Erdős said, “Mathematics may not be ready for such problems,” and offered $500 for a solution.

2019 CE

Terence Tao — almost all starting values

Terence Tao proved a major almost-all result showing that nearly every starting value eventually reaches much smaller values. It was a partial advance, not a full proof.

Modern applications

A demonstration of how difficult program termination can be to prove, a teaching puzzle and programming exercise, and a candidate lens on undecidability.

Beyond MathVoyage

Loading…