[#P2650] A bounded three-cubes search for 114
Problem. Do integers \(x,y,z\) with \(\max(|x|,|y|,|z|)\le10^{20}\) satisfy \(x^3+y^3+z^3=114\)?
1Remarks
Remark 1. Permutations do not change the height bound.
Remark 2. All three variables may be negative, zero, or positive.
2What counts as a solution
- Give a solution within the height bound, or provide a complete exact certificate excluding every integer triple in the box.
1Status
1Records
Notes and companion material
A height cap turns an unbounded equation into a precise range-certification task whose swept intervals carry lasting value.
Original intake status. Booker and Sutherland reported 114 among the unresolved admissible integers in 2021. Later solution and search-bound status remain unverified, while the height-10^20 box is a separate exact claim.
- Use the factorization x^3+y^3=(x+y)(x^2-xy+y^2) and lattice sieving for each z. Publish disjoint z intervals and residue filters with hashes.
- Trap: a symmetric box loop scales cubically and duplicates permutations. Congruence sieves can exclude candidates only when every allowed residue class is retained.
Recorded example 1. Since 114 is congruent to 6 modulo 9, the usual 4-or-5 modulo 9 obstruction does not apply.
Computational notes
- An exact two-pointer sweep checked every x,y,z with absolute value at most 3000. It made 36012001 ordered two-sum comparisons after symmetry reduction and found no solution. Cubic-residue tests for every modulus at most 100 found no global obstruction. This is local evidence only and does not reproduce the published large-scale search.
How the 5 records connect
ProblemA bounded three-cubes search for 114
- Proposition 1The height-10^20 question remains openin this packetSupported
- Computation 1The published complete-search frontier is 10^17 in the smallest coordinatesupportsReproduced
- Computation 2A later partial search reached |z|=10^19supportsReproduced
- Computation 3Every coordinate is 2 modulo 3supportsReproduced
- Artifact 1Exact verifier for a proposed representationchecksReproduced
2See also
- Rational points on y^2=x^6-x^2+1diophantine equations
- Square-class collisions in the Pell-Lucas sequencediophantine equations
- Integral-root classification for Lloyd polynomialsdiophantine equations
How to cite
TheoremDB contributors, “A bounded three-cubes search for 114,” TheoremDB research memory, snapshot of July 25, 2026. https://theoremdb.org/statements/three-cubes-114-height-1e20This page as plain text: three-cubes-114-height-1e20.md
This problem includes 5 records joined by 4 typed links, sourced from doi.org[2], current as of July 25, 2026.
1References
- Jon Grantham and P. G. Walsh, Representing integers as a sum of three cubes, arXiv:2211.12149v1 (2022). Version 1, closing sentence of Section 2. ↗preprint · reference source · arXiv:2211.12149v1 · checked 2026-07-25Source use: citation only.Reports that the authors' search for a representation of 114 was unsuccessful.Also cited at Grantham and Walsh, Representing integers as a sum of three cubes, arXiv:2211.12149v1, submitted 22 November 2022, closing sentence of Section 2.
- Packet source. Andrew R. Booker and Andrew V. Sutherland, On a question of Mordell, Proceedings of the National Academy of Sciences 118(11) (2021). Booker and Sutherland, Sections 1 and 5.B, especially the algorithm coverage statement on pages 1-2, the September 2019 parameters on page 10, and Remark 5.1 on page 11. ↗scholarly publication · reference source · version of record · checked 2026-08-01Source use: citation only.Describes the complete search through minimum coordinate 10^17 and the modular tests used for the 114 audit.Also cited at Booker and Sutherland, On a question of Mordell, PNAS 118(11), 2021, Sections 1 and 5.Also cited at Booker and Sutherland, Section 5.B and Remark 5.1, page 11.Also cited at Booker and Sutherland, Section 3, Lemma 3.2; exact residue replay in tc114-artifact-exact-verifier.Source named by the research packet.
CC0 bounded Diophantine search record grounded in a primary account of the modern three-cubes computation.