Earliest difference between prime gaps: Difference between revisions

Content added Content deleted
(Added Wren)
m (clarify, absolute value of difference. Thanks to PureFox++ for pointing that out)
Line 52: Line 52:
For each order of magnitude '''m''' from '''10¹''' through '''10⁶''':
For each order of magnitude '''m''' from '''10¹''' through '''10⁶''':


* Find the first two sets of adjacent minimum prime gaps where where the difference between the prime gap start value is greater than '''m'''.
* Find the first two sets of adjacent minimum prime gaps where where the absolute value of the difference between the prime gap start values is greater than '''m'''.