OFFSET
1,1
COMMENTS
Equivalently, p, p+6, p+12, p+16 and p+22 are consecutive primes.
Subsequence of A078858. - R. J. Mathar, May 06 2017
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
151 is in the sequence since 151, 157, 163, 167 and 173 are consecutive primes.
MATHEMATICA
Transpose[Select[Partition[Prime[Range[30000]], 5, 1], Differences[#] == {6, 6, 4, 6}&]][[1]] (* Harvey P. Dale, Apr 06 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Dec 19 2002
EXTENSIONS
Edited by Dean Hickerson, Dec 20 2002
STATUS
approved