Dominant root
computing17 + 12√2, the larger root of x² - 34x + 1.
One recurrence, two witnesses
Apéry's recurrence manufactures rational approximations to ζ(3) so precise, and with such tightly controlled denominators, that assuming ζ(3) is a fraction forces a positive integer to shrink below one. Run every step.
In June 1978, Roger Apéry presented a sequence that looked implausibly well behaved. The first question was not whether it proved anything. It was whether the recurrence and the sum even made the same numbers.
Press Next. The left route adds binomial terms. The right route knows only the previous two values. Neither route reads the other's result.
The object handed to Marseille
Every integer and fraction below is computed with BigInt arithmetic.
Finite binomial sum Un
computing
sum route
Cubic recurrence Un
computing
recurrence route
Finite double sum Vn
computing
sum route
Cubic recurrence Vn
computing
recurrence route
Choose how many terms each road receives. Both bars are rigorous remainder widths, shown on a logarithmic scale. The fast identity is a published identity, not the proof of irrationality.
Σ 1/k³
computing
(5/2) Σ (-1)k-1 / (k³ C(2k,k))
computing
Agreement is an exhibit, not yet a proof. Fast approximation alone is never enough. The load-bearing addition is arithmetic: if Dn is the least common multiple of 1 through n, then Un and 2Dn3Vn are integers.
Fast is not enough
Suppose, only for the trial, that ζ(3) = p/q for positive whole numbers p and q. The machine searches for an index n where the live linear form
is strictly between zero and one. Under the supposition, the same object must be an integer. Choose q. The numerator p is not needed.
q = 0 is excluded. It would make Tn(q) equal zero by definition, a vacuous setting.
Ready for q = 1,000,000
0 < integer < 1
Press Find the trap to compute a certified interval.
The recurrence has dominant root 17 + 12√2. The denominator clearing costs roughly three exponential powers. These are different rates, and the gap between them is what makes the integer trap close.
17 + 12√2, the larger root of x² - 34x + 1.
A computed upper bound for the irrationality measure, not its exact value.
Rhin and Viola's strict upper bound. This is imported from their theorem.
As of 2026-07-29, individual irrationality of ζ(5) remains open. Fischler's 2026 result proves a collective linear-independence lower bound among odd zeta values. It does not single out ζ(5).
computing
computing
computing
computing
computing
computing
Reproduce: node research/apery-zeta3/verify-apery-zeta3.mjs
Van der Poorten reports that calculators in Marseille evaluated the defining sum and the recurrence separately and kept producing the same values. That numerical agreement made the claim credible enough to pursue. It did not prove the identity for every n. The later telescoping argument, and now the formal verification, supply the missing all-n certificate.
The recurrence gives the exact Casoratian VnUn-1 - Vn-1Un = 6/n³. It never vanishes. The rational approximations therefore keep changing. The cited proof turns this identity into an exact positive tail for Unζ(3) - Vn. The page also certifies positivity independently for every n it displays by enclosing ζ(3) in an alternating-series interval.
This establishes irrationality, not transcendence. It gives no closed form for ζ(3), no exact irrationality measure, and no individual result for ζ(5). The accelerated series predates Apéry's proof and is not presented as his discovery.