Erdős problem 233
A conjecture by Heath-Brown: The sum of squares of the first gaps between consecutive primes behaves like .
Sources
FormalConjectures/ErdosProblems/
233.lean
Retained formal statement
A conjecture by Heath-Brown: The sum of squares of the first gaps between consecutive primes behaves like .
(fun N => ∑ n ∈ Finset.range N, ↑(primeGap n) ^ 2) =O[Filter.atTop] fun N => ↑N * Real.log ↑N ^ 2OpenStatement only, no proof