OFFSET
1,1
EXAMPLE
a(1) = 1041973527756883 is the least prime, sum of the first consecutive 44208182 composites from 4 to 47042265, and such that the sum of the first 44208183, 44208184 and 44208185 composites are 1041973574799149, 1041973621841417, 1041973668883687, all prime.
PROG
(PARI) i=0; b=0; for( a=2, 2*10^8, if( !isprime(a) , i=i+1; b=b+a; if(( isprime(b) &a%2==1& isprime(b+a+1)) &isprime(a+2)& isprime(b+2*a+4)&isprime( a+4)&isprime(b+3*a+9), print1(b, ", "))))
CROSSREFS
KEYWORD
nonn
AUTHOR
Robin Garcia, Jan 04 2014
EXTENSIONS
a(8)-a(13) from Donovan Johnson, Jan 06 2014
STATUS
approved