OFFSET
1,1
COMMENTS
The prime k-tuples conjecture predicts the existence of infinitely many prime numbers p such that the numbers p + 4, p + 6, p + 10, p + 16, p + 18, p + 24, p + 28, p + 30, p + 34 belong all to the set of primes.
REFERENCES
Richard Crandall & Carl Pomerance, Prime numbers: a computational perspective (2nd edition). Springer-Verlag, 2005, pp. 17-18.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..300
MATHEMATICA
Select[6Range[2000] + 1, Union[PrimeQ[# + {0, 4, 6, 10, 16, 18, 24, 28, 30, 34}]] == {True} &] (* Alonso del Arte, May 22 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
José Hernández, May 17 2016
EXTENSIONS
a(6)-a(19) from Giovanni Resta, May 26 2016
STATUS
approved