OFFSET
1,1
EXAMPLE
776117 is in the sequence because it is the 62178th prime, followed by the primes 776119, 776137 and 776143; and 2*776117+3 = 1552237, 2*776119+3 = 1552241, 2*776137+3 = 1552277 and 2*776143+3 = 1552289 which are the 117814th, 117815th, 117816th and 117817th prime respectively.
MATHEMATICA
lst = {}; Do[ If[ PrimeQ[2Prime[n] + 3], If[ PrimeQ[2Prime[n + 1] + 3], If[ PrimeQ[2Prime[n + 2] + 3], If[ PrimeQ[2Prime[n + 3] + 3], If[ PrimePi[2Prime[n] + 3] + 3 == PrimePi[2Prime[n + 3] + 3], AppendTo[lst, Prime[n]]] ]]]], {n, 2048081}] (* Robert G. Wilson v, Jan 13 2005 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Pierre CAMI, Nov 03 2003
EXTENSIONS
Corrected and extended by Ray Chandler, Nov 04 2003
Entry revised by N. J. A. Sloane, Apr 01 2006
STATUS
approved