OFFSET
1,1
COMMENTS
p and p+30030 are not necessarily consecutive primes
EXAMPLE
17 and 17 + 2*3*5*7*11*13 = 30047 is prime
MATHEMATICA
Select[Prime[Range[150]], PrimeQ[#+30030]&] (* Harvey P. Dale, Sep 21 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved