OFFSET
1,1
LINKS
Vladimir Vlesycit and Matt C. Anderson and Dana Jacobsen, Table of n, a(n) for n = 1..803 [first 20 terms from Vladimir Vlesycit, first 86 terms from Matt C. Anderson]
Tony Forbes and Norman Luhn, Smallest Prime k-tuplets
Norman Luhn, Table of n, a(n) for n = 1..5307 (Zip file)
PROG
(PARI) isok(n)={isp=isprime; isp(n) &&isp(n+2)&&isp(n+12) &&isp(n+14) &&isp(n+18)&&isp(n+20)&&isp(n+24) &&isp(n+30) &&isp(n+32) &&isp(n+38) &&isp(n+42)&&isp(n+44)&&isp(n+48)} \\ Anders Hellström, Sep 05 2015
(Perl) use ntheory ":all"; say for sieve_prime_cluster(1, 10**15, 2, 12, 14, 18, 20, 24, 30, 32, 38, 42, 44, 48); # Dana Jacobsen, Oct 13 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Tim Johannes Ohrtmann, Apr 17 2015
STATUS
approved