OFFSET
1,1
LINKS
Vladimir Vlesycit and Matt C. Anderson and Dana Jacobsen, Table of n, a(n) for n = 1..802 [first 21 terms from Vladimir Vlesycit, first 90 terms from Matt C. Anderson]
Tony Forbes and Norman Luhn, Smallest Prime k-tuplets
Norman Luhn, Table of n, a(n) for n = 1..5290
PROG
(PARI) Q=isprime;
isok(n) = Q(n) && Q(n+4) && Q(n+6) && Q(n+10) && Q(n+16) && Q(n+18) && Q(n+24) && Q(n+28) && Q(n+30) && Q(n+34) && Q(n+36) && Q(n+46) && Q(n+48); \\ Michel Marcus, Aug 04 2015
(Perl) use ntheory ":all"; say for sieve_prime_cluster(1, 10**16, 4, 6, 10, 16, 18, 24, 28, 30, 34, 36, 46, 48); # Dana Jacobsen, Oct 09 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Tim Johannes Ohrtmann, Apr 16 2015
EXTENSIONS
a(18) corrected by Matt C. Anderson, Aug 03 2015
STATUS
approved