OFFSET
1,1
COMMENTS
Equivalently, p, p+4, p+10, p+12 and p+18 are consecutive primes.
Subsequence of A078851. - R. J. Mathar, May 06 2017
EXAMPLE
19 is in the sequence since 19, 23, 29, 31 and 37 are consecutive primes.
MATHEMATICA
Transpose[Select[Partition[Prime[Range[40000]], 5, 1], Differences[#]=={4, 6, 2, 6}&]][[1]] (* Harvey P. Dale, Feb 03 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Dec 19 2002
EXTENSIONS
Edited by Dean Hickerson, Dec 20 2002
STATUS
approved