OFFSET
1,1
COMMENTS
Equivalently, p, p+6, p+12, p+16 and p+18 are consecutive primes.
Subsequence of A078858. - R. J. Mathar, May 06 2017
EXAMPLE
601 is in the sequence since 601, 607, 613, 617 and 619 are consecutive primes.
MATHEMATICA
Transpose[Select[Partition[Prime[Range[81000]], 5, 1], Differences[#] == {6, 6, 4, 2}&]][[1]] (* Harvey P. Dale, Sep 15 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Dec 19 2002
EXTENSIONS
Edited by Dean Hickerson, Dec 20 2002
STATUS
approved