1,3
Remaining terms are greater than 1000.
n=5 is here because 4*5!-1=479 is prime.
for n from 0 to 1000 do if isprime(4*n! - 1) then print(n) end if end do;
Cf. A076680.
Sequence in context: A053436 A057546 A138587 * A191173 A008627 A027593
Adjacent sequences: A099347 A099348 A099349 * A099351 A099352 A099353
nonn
Brian Kell (bkell(AT)cmu.edu), Oct 12 2004