A022012
Initial members of prime octuplets (p, p+2, p+6, p+12, p+14, p+20, p+24, p+26).
Original entry on oeis.org
17, 1277, 113147, 2580647, 20737877, 58208387, 73373537, 76170527, 100658627, 134764997, 137943347, 165531257, 171958667, 224008217, 252277007, 294536147, 309740987, 311725847, 364154027, 408936947, 515447747, 521481197, 528272177, 619010297, 626927447, 682809977
Offset: 1
-
[p: p in PrimesUpTo(4*10^8) | forall{p+r: r in [2,6,12,14,20,24,26] | IsPrime(p+r)}]; // Vincenzo Librandi, Oct 01 2015
-
Select[Prime[Range[2 10^9]], Union[PrimeQ[# + {2, 6, 12, 14, 20, 24, 26}]] == {True} &] (* Vincenzo Librandi, Oct 01 2015 *)
-
forprime(p=2, 10^30, if (isprime(p+2) && isprime(p+6) && isprime(p+12) && isprime(p+14) && isprime(p+20) && isprime(p+24) && isprime(p+26), print1(p", "))) \\ Altug Alkan, Oct 01 2015
-
use ntheory ":all"; say for sieve_prime_cluster(1,1e10, 2,6,12,14,20,24,26); # Dana Jacobsen, Sep 30 2015
A210439
The minimal Skewes number for prime n-tuplets.
Original entry on oeis.org
1369391, 337867, 1172531, 21432401, 251331775687, 7572964186421, 1203255673037261
Offset: 2
Initially, for twin primes we have pi_2(p) < C_2 Li_2(p). The inequality is reversed for the first time for the 10744th pair of twin primes (1369391,1369393), therefore a(2) = 1369391.
Similarly, for prime triples (p,p+4,p+6), pi_3(p) < C_3 Li_3(p) until the 652nd triple (337867,337871,337873) where the inequality is reversed for the first time. Thus a(3)=337867. (The reversal for the other type of triples (p,p+2,p+6) occurs much later, so triples (p,p+2,p+6) do not contribute a term to this sequence.)
From _Hugo Pfoertner_, Aug 26 2021, Oct 24 2021: (Start)
a(8) corresponds to the 134292-th 8-tuple of the form p + [0, 2, 6, 8, 12, 18, 20, 26], found using a program provided by _Norman Luhn_. This type of 8-tuple is the one that leads to the earliest crossing of the corresponding comparison value (see linked illustration), while the other two possible configurations (enumerated in A022012 and A022013 or in A346997 and A346998) are still far from crossing their respective applicable comparison values. The other two possible 8-tuples, which lead to the crossing that occurs later, determine the terms A332493(8) and A348053(8), dependent on the criterion applied to decide what is "later". (End)
- Tony Forbes and Norman Luhn, Patterns of prime k-tuplets & the Hardy-Littlewood constants.
- Tony Forbes and Norman Luhn, Prime k-tuplets.
- Alexei Kourbatov, PARI code for computing a(6)
- Norman Luhn, Database of the smallest prime k-tuplets, compressed files.
- Hugo Pfoertner, Illustration of 8-tuplet counts determining a(8).
- László Tóth, On The Asymptotic Density Of Prime k-tuples and a Conjecture of Hardy and Littlewood, arXiv:1910.02636 [math.NT], 2019.
- Eric Weisstein's World of Mathematics, k-Tuple Conjecture
- Eric Weisstein's World of Mathematics, Prime Constellation
- Marek Wolf, The Skewes number for twin primes: counting sign changes of Pi_2(x)-C_2 Li_2(x), arXiv:1107.2809 [math.NT], 2011.
Cf.
A052435 (round(li(n)-pi(n)), where li is the logarithmic integral and pi(x) is the prime counting function).
Original entry on oeis.org
11, 1071322781, 45549998561, 1388974666811, 36073412603141, 820230015839231, 16469758685735471, 308147713085128991
Offset: 0
Original entry on oeis.org
88713, 302542763, 46328924003, 1409639621633, 37685138975573, 824339812580723, 16514635234360163, 308319877282402613
Offset: 0
A347850
Record gaps between prime octuplets of the form p + {0, 2, 6, 12, 14, 20, 24, 26} (initial members are A022012), divided by 30.
Original entry on oeis.org
42, 3729, 82250, 605241, 1249017, 1734985, 1747606, 3550360, 9578800, 10562911, 12208504, 24101070, 26510262, 38121281, 38588851, 47884158, 50246371, 56392908, 59827439, 66233760, 114058040, 120197366, 141646351, 141808504, 153247005, 168751151, 235079194, 244505074
Offset: 1
a(1) = (A022012(2) - A022012(1))/30 = (1277 - 17)/30 = 42; 17 = A347851(1).
a(5) = (A022012(13) - A022012(12))/30 = (171958667 - 165531257)/30 = 214247, exceeding all previous differences; 1655531257 = A347851(5).
The primes at the lower end of the record gaps are given in
A347851.
Showing 1-5 of 5 results.
Comments