Hi!
Say p(x) is the product of the first x odd prime numbers (e.g. p(4)=3*5*7*11) and i is at least one. Then consider:
1 < p(x) ± 2*i < (p(x+1)/p(x))2
My hypothesis is that the above formula, obeying the restrictions, always produces a prime number.
For example if x=3 and i=13, then...