OFFSET
1,1
COMMENTS
Equivalently, p, p+4, p+10, p+16 and p+22 are consecutive primes.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
15787 is in the sequence since 15787, 15791, 15797, 15803 and 15809 are consecutive primes.
MATHEMATICA
Select[Partition[Prime[Range[10^5]], 5, 1], Differences[#]=={4, 6, 6, 6}&][[All, 1]] (* Harvey P. Dale, Jun 23 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Dec 19 2002
EXTENSIONS
Edited by Dean Hickerson, Dec 20 2002
STATUS
approved