login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A257304 Numbers n such that n, n+2, n+6, n+8, n+12, n+18, n+20, n+26, n+30, n+32, n+36, n+42, n+48, n+50 and n+56 are all prime. 27

%I #18 Apr 11 2022 22:04:42

%S 11,44360646117391789301,80846604473064395081,85542881495337691541,

%T 113615698477681825541,116591588863353569081,140245881111654813611,

%U 204185491710368653601,227209370616659726411,238931301405879137171,441927344360107210721,457968514558418508761

%N Numbers n such that n, n+2, n+6, n+8, n+12, n+18, n+20, n+26, n+30, n+32, n+36, n+42, n+48, n+50 and n+56 are all prime.

%H Dana Jacobsen, <a href="/A257304/b257304.txt">Table of n, a(n) for n = 1..16</a> [first 8 terms computed by Hadley and Waldvogel (2001-2009)]

%H Tony Forbes and Norman Luhn, <a href="http://www.pzktupel.de/ktuplets.htm">Smallest Prime k-tuplets</a>

%H Norman Luhn, <a href="http://www.pzktupel.de/SMArchiv/15tup1.zip">Table of n, a(n) for n = 1..73 (up to 10^22)</a>

%o (Perl) use ntheory ":all"; say for sieve_prime_cluster(1,10**16, 2,6,8,12,18,20,26,30,32,36,42,48,50,56); # _Dana Jacobsen_, Oct 18 2015

%Y Initial members of all of the first prime k-tuplets:

%Y twin primes: A001359.

%Y prime triples: A007529 out of A022004, A022005.

%Y prime quadruplets: A007530.

%Y prime 5-tuples: A086140 out of A022007, A022006.

%Y prime sextuplets: A022008.

%Y prime septuplets: A257124 out of A022009, A022010.

%Y prime octuplets: A065706 out of A022011, A022012, A022013.

%Y prime nonuplets: A257125 out of A022547, A022548, A022545, A022546.

%Y prime decaplets: A257127 out of A027569, A027570.

%Y prime 11-tuplets: A257129 out of A213646, A213647.

%Y prime 12-tuplets: A257131 out of A213601, A213645.

%Y prime 13-tuplets: A257135 out of A214947, A257137, A257138, A257139, A257140, A257141.

%Y prime 14-tuplets: A257166 out of A257167, A257168.

%Y prime 15-tuplets: A257169 out of this sequence, A257305, A257306, A257307.

%Y prime 16-tuplets: A257308 out of A257369, A257370.

%Y prime 17-tuplets: A257373 out of A257374, A257375, A257376, A257377.

%K nonn

%O 1,1

%A _Tim Johannes Ohrtmann_, Apr 20 2015

%E More terms from _Dana Jacobsen_, Oct 18 2015

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 12 16:08 EDT 2024. Contains 372492 sequences. (Running on oeis4.)