Is there any way to estimate the first number in the prime gap sequence which is greater than a given number $N$?
For example, for $N=3$, $g_4=11-7=4$ is the first one larger than $N$.
Thanks in advance.
Is there any way to estimate the first number in the prime gap sequence which is greater than a given number $N$?
For example, for $N=3$, $g_4=11-7=4$ is the first one larger than $N$.
Thanks in advance.
Copyright © 2021 JogjaFile Inc.
You can stand on the shoulders of a giant, here.
There is a large prime gap between $n!+2$ and $n!+n$, this is completely elementary.
Erdos and Rankin used sieve methods to improve such bound, and the mentioned article by Maynard is a further improvement. In any case, this is a classical and pretty difficult problem, far from being completely settled.