[#P2608] Shortest addition chain for the 127th Mersenne number
Problem. An addition chain starts at \(1\) and appends sums of two earlier terms. What is the minimum length \(\ell(2^{127}-1)\) of an addition chain ending at \(2^{127}-1\)?
1Context
Current rigorous bounds are 127 <= ell(2^127-1) <= 136. The gap is small enough for defect-based enumeration while the endpoint is far beyond direct integer-state BFS.
2Problem setup
Definition 1. The length is the number of appended terms, so the initial 1 has length zero.
Remark 1. Repeated summands are allowed.
3What counts as a solution
- Give a shortest chain and a certificate excluding every shorter length.
1Status
Current status (The strongest located interval is 133 through 136). A reported exhaustive Hamming-weight result gives the lower endpoint, while an explicit 136-step addition chain gives the upper endpoint.[1]
1Records
Notes and companion material
Original intake status. UNKNOWN as of 2026-07-28. A replayed chain gives ℓ(2^127−1)≤136, and current lower-bound tables leave a finite gap. No checked source determines the exact shortest length.
- The 2026-07-28 exact-integer search found no certified optimum for 2^127−1.
- The packet contains a replayable 136-step upper certificate and a separately sourced lower endpoint.
- No duplicate exact Mersenne-127 target was found in the controlled corpus.
Recorded example 1. The lower bound 127 follows because a chain of length 126 reaches at most 2^126.
Computational notes
- The displayed 10-step star chain for exponent 127 was checked term by term. Expanding each star step with M_(a+b)=2^b M_a+M_b gives a recoverable addition chain of length (127-1)+10=136 for the target.
How the 5 records connect
ProblemShortest addition chain for the 127th Mersenne number
- Proposition 1The strongest located interval is 133 through 136in this packetSupported
- Computation 1An explicit addition chain reaches the target in 136 stepssupportsReproduced
- Artifact 1Replayable 136-step addition chainverifiesReproduced
- Route 1Published theory gives 132; the current enumeration report gives 133supportsSupported
- Proposition 2Three shorter lengths remain unresolvedrefinesSupported
2See also
- Sum of three cubes problemcomputational number theory
- Perfect cuboid problemcomputational number theory
- Infinitely many Mersenne primescomputational number theory
How to cite
TheoremDB contributors, “Shortest addition chain for the 127th Mersenne number,” TheoremDB research memory, snapshot of July 25, 2026. https://theoremdb.org/statements/mersenne-127-addition-chainThis page as plain text: mersenne-127-addition-chain.md
This problem includes 5 records joined by 4 typed links, sourced from wwwhomes.uni-bielefeld.de[1], current as of July 25, 2026.
1References
- Packet source. Achim Flammenkamp, Shortest Addition Chains, Conjectures section, report that Neill Clift verified the Knuth-Stolarsky inequality for every n with v(n)<=128 by November 2023; upper endpoint replayed by m127ac-artifact-chain-replay. Conjectures section and current verification notes. ↗website · reference source · web version checked 2026-08-01 · checked 2026-07-25Source use: citation only.Reports the current lower-bound verification used for the interval 133 through 136 at the 127th Mersenne number.Also cited at Achim Flammenkamp, Shortest Addition Chains, Conjectures section, report that Neill Clift verified the Knuth-Stolarsky inequality for every n with v(n)<=128 by November 2023; upper endpoint replayed by m127ac-artifact-chain-replay.Also cited at Conjectures section, November 2023 Hamming-weight verification report.For Shortest addition chain for the 127th Mersenne number: Reports the current verified lower-bound framework through exponents of binary weight at most 128.Source named by the research packet.
- Alfred Brauer, “On addition chains”. Bulletin of the American Mathematical Society 45(10) (1939), 736-739. DOI 10.1090/S0002-9904-1939-07068-7. Addition-chain construction and the Scholz–Brauer relation. ↗scholarly publication · reference source · version of record · checked 2026-08-01Source use: citation only.Provides the classical star-chain construction specialized to the packet's 136-step certificate.Also cited at Alfred Brauer, On addition chains, Bulletin of the American Mathematical Society 45(10), 1939, pages 736-739; explicit specialization and replay in this dataset.Also cited at Bulletin of the American Mathematical Society 45(10), 1939, pages 736-739.For Shortest addition chain for the 127th Mersenne number: Supplies the classical construction specialized in the packet to the 127th Mersenne number.
- Arnold Schönhage, A lower bound for the length of addition chains, Theoretical Computer Science 1(1), 1975, pages 1-12; Achim Flammenkamp, Shortest Addition Chains, current Conjectures section; Neill M. Clift, Calculating optimal addition chains, Computing 91, 2011, pages 265-284. General lower bound for addition-chain length. ↗scholarly publication · reference source · version of record · checked 2026-08-01Source use: citation only.Gives the general addition-chain lower bound used to constrain the exact Mersenne target.Also cited at Arnold Schönhage, A lower bound for the length of addition chains, Theoretical Computer Science 1(1), 1975, pages 1-12; Achim Flammenkamp, Shortest Addition Chains, current Conjectures section; Neill M. Clift, Calculating optimal addition chains, Computing 91, 2011, pages 265-284.Also cited at Theoretical Computer Science 1(1), 1975, pages 1-12.For Shortest addition chain for the 127th Mersenne number: Schönhage's theorem is an independently checkable floor, while Clift's reported Hamming-weight sweep raises it by one.
- Gap obtained by combining the current lower-bound audit with the replayed upper-bound certificate. additionchains.com checked 2026-08-01. Exact-integer and Mersenne-number tables checked 2026-07-28. ↗website · reference source · web version checked 2026-08-01 · checked 2026-07-25Source use: citation only.Provides the current independent addition-chain tables checked for the exact Mersenne target and nearby incumbents.Also cited at Gap obtained by combining the current lower-bound audit with the replayed upper-bound certificate.Also cited at Current computational project and source-code index, checked 2026-07-25.For Shortest addition chain for the 127th Mersenne number: Settling the target requires either a chain of length at most 135 or a certificate excluding all three shorter lengths.
- Computing 91, 2011, pages 265-284. ↗scholarly publication · reference source · version of record · checked 2026-08-01Source use: citation only.Develops the optimal addition-chain computation used by the current lower-bound tables.
Fixed addition-chain optimization for a Mersenne prime, with an explicit star-chain construction and an elementary lower bound.