Skip to content

Offsetting Twin Primes; Update: 7 Offsets

Latest
Compare
Choose a tag to compare
@allen-proxmire allen-proxmire released this 17 Aug 00:42
· 14 commits to main since this release

This release updates the original Offsetting Twin Primes study from 4 offsets to 7 offsets:

q₁ = 2p + 1
q₂ = 2p + 3
q₃ = 2p − 3
q₄ = 2p − 5
q₅ = 2p + 7
q₆ = 2p + 9
q₇ = 2p − 9

where (p, p+2) are twin prime pairs.

Key Updates:
Added three new offsets.
A significantly higher prime production compared to the earlier 4-offset version.
Updated documentation and analysis (PDF included).

Citation:
If you use this work, please cite via Zenodo:
https://doi.org/10.5281/zenodo.16804729