Bertrands postulate states that there's always a prime number in [N,2N] and I was thinking...
Considering that N=1*N and that (1,2) are the first prime numbers maybe this is just a particular case and there's a more general law such as:
"There is always a prime between hN and pN for every couple of prime numbers (h,p) with h<p"
I made some scripting and tested it for the first 1000 numbers, it turns out it could be the case, but it applies only to h,p <= to N.
For h,p larger than N there seem to be gaps when h-p is small compared to the values of the intervals [hN,pN].
Has anybody already looked into this? Did I tap into something new? test