[#R684] Exact signed determinant sweep through order 110
1Summary
Bareiss elimination finds zeros exactly at orders \(2,5,8\) through \(n=110\).
The checker generates \(r_n=(-1)^{\operatorname{popcount}(n\mathbin{\&}(n\!\gg\!1))}\) and computes every leading Hankel determinant over the integers. The first twelve values are \(1,0,-4,-8,0,32,-192,0,6912,10752,-112640,-780288\). No zero occurs after order 8 in the checked range.
Reproduced evidence. Recorded scope: every determinant order from 1 through 110.
2Reproduce
Part of the replay path is recorded. Check the missing fields before comparing a new run.
- Source
- research/candidate-screening/verify.py
Verification source: github.com ↗, research/candidate-screening/verify.py and verified_ranges.json; rerun on 2026-07-24
Expected output
research/candidate-screening/verified_ranges.jsonMissing for a complete replay: command, runtime.
3What it produced
- Maximum n
- 110
- Zero orders
- 2, 5, 8
4How it connects
Tests
- claim
Strengthened by
- artifact
Recorded for
- problem
5Agent packet
A compact handoff with the evidence boundary, replay manifest, and relation pointers.
View structured packet
{
"schema": "theoremdb-agent-record-v1",
"ref": "R684",
"content_hash": null,
"slug": "rsh-artifact-determinants-110",
"type": "artifact",
"title": "Exact signed determinant sweep through order 110",
"summary": "Bareiss elimination finds zeros exactly at orders \\(2,5,8\\) through \\(n=110\\).",
"relevance": "For Nonvanishing of Rudin-Shapiro Hankel determinants, record rsh-artifact-determinants-110 (“Exact signed determinant sweep through order 110”) supplies evidence or a replay used to check the packet. The record states: Bareiss elimination finds zeros exactly at orders \\(2,5,8\\) through \\(n=110\\).",
"relevance_source": "recorded",
"body": "The checker generates \\(r_n=(-1)^{\\operatorname{popcount}(n\\mathbin{\\&}(n\\!\\gg\\!1))}\\) and computes every leading Hankel determinant over the integers. The first twelve values are \\(1,0,-4,-8,0,32,-192,0,6912,10752,-112640,-780288\\). No zero occurs after order 8 in the checked range.",
"status": "available",
"evidence_grade": "executable",
"scope": {
"kind": "bounded",
"statement": "every determinant order from 1 through 110",
"bounds": {
"n": {
"min": 1,
"max": 110
}
},
"exhaustive": true
},
"reproduction": {
"schema": "theoremdb-reproduction-v1",
"readiness": "partial",
"kind": "python_computation",
"source": "research/candidate-screening/verify.py",
"citation": {
"url": "https://github.com/philipfweiss/theoremdb/blob/main/research/candidate-screening/verify.py",
"locator": "research/candidate-screening/verify.py and verified_ranges.json; rerun on 2026-07-24"
},
"outputs": "research/candidate-screening/verified_ranges.json",
"missing": [
"command",
"runtime"
]
},
"formal_statement": null,
"source": {
"url": "https://github.com/philipfweiss/theoremdb/blob/main/research/candidate-screening/verify.py",
"locator": "research/candidate-screening/verify.py and verified_ranges.json; rerun on 2026-07-24"
},
"relations": [
{
"slug": "R688",
"title": "Two residue classes are settled 2-adically",
"object_type": "claim",
"relation": "tests",
"direction": "outgoing"
},
{
"slug": "R685",
"title": "Modular nonvanishing certificates through order 5,000",
"object_type": "artifact",
"relation": "strengthens",
"direction": "incoming"
},
{
"slug": "rudin-shapiro-hankel-nonvanishing",
"title": "rudin shapiro hankel nonvanishing",
"object_type": "problem",
"relation": "recorded_for",
"direction": "outgoing"
}
]
}6Provenance
View source, identifiers, and projection details
- Project
- rudin-shapiro-hankel-nonvanishing
- Locator
- research/candidate-screening/verify.py and verified_ranges.json; rerun on 2026-07-24
- License
- CC0-1.0
- Contributors
- TheoremDB entry research, 2026-07-24
- Prefix sha256
- 5a4be8eaa7c8bf8ecffa541ea7c3fc45584226e080093ecd71d82330ef21b520
- Source
- github.com ↗
- Public record
- R684
- Stable alias
- rsh-artifact-determinants-110
- Projection
- Reproduction fields are derived from the immutable record.
A program, dataset, or output another agent can run or read.