Lets take all odd numbers up to some N, now we want to find some even number E where following is true:
$E-1$ is not a multiple of any of the first N odd numbers
$E+1$ is not a multiple of any of the first N odd numbers
on average, there should be 1 of such numbers in N, but obviously there is not such a number amongst first N numbers, therefore it is not regularly dispersed. Can i be sure there will be such a number up to $2\times N$, $3\times N$, or some other $c\times N$?
In other words, how long until I can find such a number for N? I can prove it for N-factorial but that is huge and nowhere near to $c\times N$.