OFFSET
1,1
COMMENTS
From Robert Israel, Aug 27 2015: (Start)
All terms after the first == 1483 (mod 2730).
n+4, n+16, n+28, n+46 are in A001359. (End)
LINKS
Vladimir Vlesycit and Matt C. Anderson and Dana Jacobsen, Table of n, a(n) for n = 1..944 [first 21 terms from Vladimir Vlesycit, first 99 terms from Matt C. Anderson]
Tony Forbes and Norman Luhn, Smallest Prime k-tuplets
Norman Luhn, Table of n, a(n) for n = 1..6305
PROG
(PARI) is(n)=isp=isprime; isp(n) && isp(n+4) && isp(n+6) && isp(n+10) && isp(n+16) && isp(n+18) && isp(n+24) && isp(n+28) && isp(n+30) && isp(n+34) && isp(n+40) && isp(n+46) && isp(n+48) \\ Anders Hellström, Sep 05 2015
(Perl) use ntheory ":all"; say for sieve_prime_cluster(1, 10**16, 4, 6, 10, 16, 18, 24, 28, 30, 34, 40, 46, 48); # Dana Jacobsen, Oct 07 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Tim Johannes Ohrtmann, Apr 16 2015
STATUS
approved