Zaremba Representation Counts Grow as
Correction (2026-07-21). The 2026-07-21 audit found that the original version of this page was backed by a defective dataset and contained sample values traceable to no computation at all. Every number on this page has since been recomputed from scratch with a clean reference implementation and independently cross-validated; see the correction notice at the bottom for exactly what was wrong. The headline conclusion — growth exponent matching the transfer-operator prediction — survives the correction and is now, for the first time, actually supported by the committed data.
The Finding
Fix the digit set . For each denominator we count two precisely defined quantities:
- — the number of continued fraction words , , whose denominator continuant equals . This is the quantity counted by the Bourgain–Kontorovich transfer-operator heuristic.
- — the number of numerators with such that with all . Since every rational has exactly two CF expansions, .
Both grow as
matching the transfer-operator prediction (). OLS regression of on for (999,001 points, avoiding small- transients) gives fitted slope (95% CI) — identically for both counting conventions, as it must, since they differ by a bounded factor. Raw-point because individual fluctuate strongly (coefficient of variation within each decade); binning into tenth-decade geometric means gives slope with .
Crucially, the hardest cases are small , not large :
| Notes | |||
|---|---|---|---|
| 1 | 1 | 1 | Global minimum |
| 2 | 2 | 1 | |
| 6 | 3 | 2 | |
| 13 | 16 | 9 | |
| 100 | 32 | 16 | |
| 1,000 | 120 | 64 | |
| 10,000 | 532 | 271 | |
| 100,000 | 2,718 | 1,424 | |
| 1,000,000 | 12,992 | 6,761 |
for every (zero uncovered denominators — consistent with the exhaustive Zaremba verification), and only for .
The complete dataset (, both columns) is representation_counts_v2_1000000.csv (SHA-256 67c2389e87a5e598c59bd179d726d31a0379b172239143ce38e7fc82fc0edafb).
Computation Details
- Generator:
count_representations_v2.c— a single-threaded CPU depth-first search on the denominator continuant recurrence from . No frontier buffers exist, so nothing can silently clip. - Scale: 11,415,955,624 CF words enumerated (5,956,450,306 distinct fractions) in 24.7 s on one CPU core (Apple M-series); run log committed as
run_count_reps_v2_1e6.log. - Cross-validation 1: an independent Python DFS recomputed both columns for all — 0 mismatches.
- Cross-validation 2: brute-force enumeration over every coprime rational with (expanding each CF directly and testing admissibility of either expansion) — 0 mismatches against .
Why This Matters
A counterexample to Zaremba’s Conjecture at would require for some . Our data shows grows in expectation: the Cesàro mean rises from 108.8 at to 11,416.0 at , tracking . Individual values fluctuate (CV per decade), so “increasing” refers to decade means, not pointwise monotonicity.
This growth rate is exactly what the transfer operator predicts: the semigroup ball of matrices with digit entries in and denominator has elements (here , directly confirming the ball-size exponent), spread over denominators — giving each about representations on average.
Correction Notice (2026-07-21)
The original version of this finding failed audit on three counts, documented in the review ledger and remediation records:
- The committed dataset was wrong. The GPU kernel
count_representations.cucounted the numerator continuant (matrix entry ) instead of the denominator , pre-seeded the count at (producing ), and silently clipped each BFS level at 200M matrices while the true tree contains nodes. That file is preserved asrepresentation_counts_1000000_DEPRECATED.csvand must not be used. - The published sample values were fabricated by error. , , , matched neither the committed CSV nor any correct counting convention — and internally imply a growth exponent of , contradicting this finding’s own headline.
- Provenance was self-contradictory: the page simultaneously claimed Tesla V100 / 5.1 h, B200 / 47 min, and B200 / 5.3 s for the same computation, plus a SHA-256 for a file that never existed in the repository.
All quantities above were regenerated by the CPU reference implementation and doubly cross-validated as described. The fitted exponent from honest data () agrees with the theoretical more cleanly than the original claim did.
References
- Zaremba, S.K. (1972). “La méthode des ‘bons treillis’ pour le calcul des intégrales multiples.” Applications of Number Theory to Numerical Analysis, pp. 39–119.
- Bourgain, J. and Kontorovich, A. (2014). “On Zaremba’s conjecture.” Annals of Mathematics, 180(1), pp. 137–196.
- Hensley, D. (1992). “Continued fraction Cantor sets, Hausdorff dimension, and functional analysis.” Journal of Number Theory, 40(3), pp. 336–358.
Computed on CPU (single-threaded reference implementation). Code: count_representations_v2.c.
This work was produced through human–AI collaboration (Cahlen Humphreys + Claude). Not independently peer-reviewed. All code and data open for verification at github.com/cahlen/idontknow.