E113: First prime in each residue class¶
E113: First prime in each residue class¶
Tags: number-theory, prime-races, visualization, aps, primes
Highlights¶
Focused numeric experiment with a small set of figures.
Parameters saved to
params.jsonfor reproducibility.Defaults are chosen, so the experiment remains feasible for the CI “slow” suite.
What is computed¶
For each reduced residue a (mod q), find the smallest prime p≡a (mod q) and visualize results.
Notes¶
This page summarizes the intent; see the generated
report.mdinout/for concrete outputs.
Published run snapshot¶
If this experiment is included in the docs gallery, include the published snapshot (report + params).
Artifacts¶
figures/fig_01_first_prime_per_residue.png
params.json
report.md
Notes¶
RR(q) size: 8
Missing residues within search bound: []
This is a small-N version of the Linnik / least prime in AP story.
params.json (snapshot)
{
"p_max": 200000,
"q": 30
}
References¶
See
docs/background/primes-in-arithmetic-progressions.mdanddocs/background/prime-number-races.md.