OFFSET
1,1
COMMENTS
All terms are congruent to 1003 (modulo 2310). - Matt C. Anderson, May 29 2015
LINKS
Dana Jacobsen, Table of n, a(n) for n = 1..6923 [first 40 terms from Vladimir Vlesycit and Joerg Waldvogel, first 100 terms from Matt C. Anderson]
Tony Forbes and Norman Luhn, Smallest Prime k-tuplets
Norman Luhn, Table of n, a(n) for n = 1..100000
PROG
(Perl) use ntheory ":all"; say for sieve_prime_cluster(1, 1e14, 4, 6, 10, 16, 18, 24, 28, 30, 34, 36); # Dana Jacobsen, Oct 01 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Matt C. Anderson, Jun 17 2012
STATUS
approved