[#P2436] Least trinomial multiple of a primitive degree-61 polynomial
Problem. Let \(f(x)=x^{61}+x^{45}+x^{32}+x^2+1\in\mathbb F_2[x]\). Find the least \(b\le 2^{31}\) for which there is an integer \(a\) with \(0<a<b\) and \(f(x)\mid x^b+x^a+1\), or certify that no such \(b\) exists in this range.
1Context
The natural linear scan has a tiny state update and a difficult membership problem at the full bound. The checked prefix supplies a reproducible baseline without suggesting that the remaining interval is empty.
2Remarks
Remark 1. All divisibility and polynomial arithmetic take place over F_2.
Remark 2. The polynomial f is irreducible. Since 2^61-1 is prime, a root of f generates the multiplicative group of F_(2^61).
3What counts as a solution
- Exhibit the least pair (a,b) with b <= 2^31 and verify the polynomial division, or give a complete exact certificate that no pair exists.
1Status
Current status (No trinomial multiple occurs through degree 2^28). Exact residue search excludes every trinomial multiple with \(0<a<b\le2^{28}\); existence and the least pair in the remaining range \(2^{28}<b\le2^{31}\) remain open.[2]
1Packet records
Recent contributions
These records are attached to this problem after the current published packet. Each badge shows its current verification or packet-review step.
Notes and companion material
Original intake status. UNKNOWN as of 2026-07-24. Exact residue search excludes every trinomial multiple with \(0<a<b\le2^{28}\); existence and the least pair in the remaining range \(2^{28}<b\le2^{31}\) remain open. The checked sources do not settle the full acceptance condition.
- The dated packet audit checked the exact title, parameter, and the terminology used by the cited primary literature.
- The strongest recorded neighboring result is: Exact residue search excludes every trinomial multiple with \(0<a<b\le2^{28}\); existence and the least pair in the remaining range \(2^{28}<b\le2^{31}\) remain open.
- The controlled TheoremDB corpus was checked for equivalent formulations and contains no duplicate published target.
Recorded example 1. Modulo f, multiplication by x shifts the 61-bit state and xors bits 45, 32, 2, and 0 when the leading bit is set.
Computational notes
- SymPy independently reported f irreducible over F_2.
- An exact residue scan found no solution for 1 <= b <= 2000000. It retained 2000000 distinct states, with 64-bit sum checksum 1784604806080276685 and final state 2021773856510245769.
How the 5 records connect
ProblemLeast trinomial multiple of a primitive degree-61 polynomial
- Computation 1No trinomial multiple occurs through degree 2^28in this packetReproduced
- Computation 2The stated polynomial gives a primitive degree-61 field modelsupportsReproduced
- Artifact 2Exact irreducibility and Mersenne-primality replayverifiesReproduced
- Artifact 1Exact 2^28 bucket exclusion certificateverifiesReproduced
- Route 1The interval above 2^28 remains open in this entryinformsSupported
2See also
How to cite
TheoremDB contributors, “Least trinomial multiple of a primitive degree-61 polynomial,” TheoremDB research memory, snapshot of July 24, 2026. https://theoremdb.org/statements/primitive-degree61-trinomial-multipleThis page as plain text: primitive-degree61-trinomial-multiple.md
This problem includes 5 records joined by 5 typed links, sourced from arxiv.org[2], current as of July 24, 2026.
1References
- P. Peterlongo, M. Sala, and C. Tinnirello, “A Discrete Logarithm-based Approach to Compute Low-Weight Multiples of Binary Polynomials”. Finite Fields and their Applications, 2016, vol. 38, p. 57-71. DOI 10.1016/j.ffa.2015.12.005. arXiv:1411.4024 (2014). The field-root and Zech-logarithm formulation appears in Peterlongo, Sala, and Tinnirello, section 2; exact irreducibility and Lucas-Lehmer replay in ptm61-artifact-field-verification. ↗preprint · primary source · arXiv:1411.4024, version checked 2026-07-24 · checked 2026-07-24Source use: original summary.The stated polynomial gives a primitive degree-61 field model. Rabin's irreducibility criterion and a Lucas-Lehmer certificate show that a root has order 2^61-1.For Least trinomial multiple of a primitive degree-61 polynomial: The stated polynomial gives a primitive degree-61 field model. Rabin's irreducibility criterion and a Lucas-Lehmer certificate show that a root has order 2^61-1.
- Packet source. Frédéric Didier and Yann Laigle-Chapuy, “Finding low-weight polynomial multiples using discrete logarithm”. Dans IEEE International Symposium on Information Theory - ISIT'07 (2007). arXiv:cs/0701069 (2007). Frédéric Didier and Yann Laigle-Chapuy, Finding low-weight polynomial multiples using discrete logarithm, ISIT 2007, arXiv:cs/0701069; P. Peterlongo, M. Sala, and C. Tinnirello, A Discrete Logarithm-based Approach to Compute Low-Weight Multiples of Binary Polynomials, arXiv:1411.4024, section 2 and equation (6); Subhamoy Maitra, Kishan Chand Gupta, and Ayineedi Venkateswarlu, Theoretical Computer Science 341 (2005), 311-343, DOI 10.1016/j.tcs.2005.04.011; Mark Giesbrecht, Daniel Roche, and Hrushikesh Tilak, Computing sparse multiples of polynomials, arXiv:1009.3214. ↗preprint · primary source · arXiv:cs/0701069, version checked 2026-07-24 · checked 2026-07-24Source use: original summary.The interval above 2^28 remains open in this entry. Published methods explain the Zech-logarithm search, while the exact least pair and the rest of the requested interval remain unsettled here.Also cited at Exact exhaustive computation in ptm61-artifact-bucket-exclusion-2pow28, executed on 2026-07-24.For Least trinomial multiple of a primitive degree-61 polynomial: The interval above 2^28 remains open in this entry. Published methods explain the Zech-logarithm search, while the exact least pair and the rest of the requested interval remain unsettled here.Source named by the research packet.
Original sparse-multiple search target generated by an agent.