A052350
Least prime in A001359 (lesser of twin primes) such that the distance (A053319) to the next twin is 6*n.
Original entry on oeis.org
5, 17, 41, 617, 71, 311, 2267, 521, 1877, 461, 1721, 347, 1151, 1787, 3581, 2141, 6449, 1319, 21377, 1487, 12251, 4799, 881, 23057, 659, 19541, 12377, 2381, 38747, 10529, 37361, 8627, 9041, 33827, 5879, 80231, 15359, 45821, 36107, 14627, 37991, 36527, 87251, 70997
Offset: 1
The first 3 terms (5, 17, 41) are followed by difference patterns as it is displayed: 5 by [2, 4, 2], 17 by [2, 4+6, 2], 41 by [2, 4+6+6, 2] determining prime quadruples: (5, 7, 11, 13), (17, 19, 29, 31) or (41, 43, 59, 61), respectively.
a(10) = 461 gives the quadruple [461, 463, 521 = 461+60, 523], and between 521 and 463, 7 primes occur.
-
NextLowerTwinPrim[n_] := Block[{k = n + 6}, While[ !PrimeQ[k] || !PrimeQ[k + 2], k += 6]; k];p = 5; t = Table[0, {50}]; Do[ q = NextLowerTwinPrim[p]; d = (q - p)/6; If[d < 51 && t[[d]] == 0, t[[d]] = p; Print[{d, p}]]; p = q, {n, 1500}]; t (* Robert G. Wilson v, Oct 28 2005 *)
-
list(len) = {my(s = vector(len), c = 0, p1 = 5, q1 = 0, q2, d); forprime(p2 = 7, , if(p2 == p1 + 2, q2 = p1; if(q1 > 0, d = (q2 - q1)/6; if(d <= len && s[d] == 0, c++; s[d] = q1; if(c == len, return(s)))); q1 = q2); p1 = p2);} \\ Amiram Eldar, Mar 04 2025
A200503
Record (maximal) gaps between prime sextuplets (p, p+4, p+6, p+10, p+12, p+16).
Original entry on oeis.org
90, 15960, 24360, 1047480, 2605680, 2856000, 3605070, 4438560, 5268900, 17958150, 21955290, 23910600, 37284660, 40198200, 62438460, 64094520, 66134250, 70590030, 77649390, 83360970, 90070470, 93143820, 98228130, 117164040, 131312160, 151078830, 154904820
Offset: 1
The gap of 15960 between sextuplets with initial primes 97 and 16057 is a maximal gap - larger than any preceding gap; therefore a(2)=15960.
- Martin Raab, Table of n, a(n) for n = 1..83 (terms 1..56 from Alexei Kourbatov, terms 57..71 from Norman Luhn).
- G. H. Hardy and J. E. Littlewood, Some problems of 'Partitio numerorum'; III: on the expression of a number as a sum of primes, Acta Mathematica, Vol. 44, pp. 1-70, 1923.
- Alexei Kourbatov, Maximal gaps between prime k-tuples
- Alexei Kourbatov, Maximal gaps between prime k-tuples: a statistical approach, arXiv preprint arXiv:1301.2242 [math.NT], 2013 and J. Int. Seq. 16 (2013) #13.5.2
- Alexei Kourbatov, Tables of record gaps between prime constellations, arXiv preprint arXiv:1309.4053 [math.NT], 2013.
- Alexei Kourbatov, The distribution of maximal prime gaps in Cramer's probabilistic model of primes, arXiv preprint arXiv:1401.6959 [math.NT], 2014.
- Alexei Kourbatov and Marek Wolf, Predicting maximal gaps in sets of primes, arXiv preprint arXiv:1901.03785 [math.NT], 2019.
- Norman Luhn, Patterns of prime k-tuplets & the Hardy-Littlewood constants.
- Norman Luhn, Record Gaps Between Prime Sextuplets.
- Eric Weisstein's World of Mathematics, k-Tuple Conjecture
Cf.
A022008 (prime sextuplets),
A113274,
A113404,
A200504,
A201596,
A201598,
A201062,
A201073,
A201051,
A201251,
A202281,
A202361,
A008407,
A002386,
A233426.
-
DeleteDuplicates[Differences[Select[Partition[Prime[Range[10^7]],6,1],Differences[#]=={4,2,4,2,4}&][[;;,1]]],GreaterEqual] (* The program generates the first 10 terms of the sequence. *) (* Harvey P. Dale, May 08 2025 *)
A202281
Record (maximal) gaps between prime decuplets (p+0,2,6,8,12,18,20,26,30,32).
Original entry on oeis.org
33081664140, 50040961320, 211797665730, 278538937950, 314694286830, 446820068310, 589320949140, 1135263664920, 1154348695500, 1280949740070, 1340804150070, 1458168320490, 1539906870810, 1858581264540, 2590180927950, 3182865274050, 4949076176310, 5719502339670
Offset: 1
The gap of 33081664140 after the first decuplet starting at p=11 is the term a(1). The next three gaps of 50040961320, 211797665730, 278538937950 form an increasing sequence, each setting a new record; therefore each of these gaps is in the sequence, as a(2), a(3), a(4). The next gap is not a record, so it is not in this sequence.
- Norman Luhn, Table of n, a(n) for n = 1..54 (terms 1..32 from Dana Jacobsen).
- Tony Forbes and Norman Luhn, Prime k-tuplets
- G. H. Hardy and J. E. Littlewood, Some Problems of 'Partitio Numerorum.' III. On the Expression of a Number as a Sum of Primes, Acta Math. 44, 1-70, 1923.
- Alexei Kourbatov, Maximal gaps between prime k-tuples
- Alexei Kourbatov, Maximal gaps between prime k-tuples: a statistical approach, arXiv preprint arXiv:1301.2242 [math.NT], 2013 and J. Int. Seq. 16 (2013) #13.5.2
- Alexei Kourbatov, Tables of record gaps between prime constellations, arXiv preprint arXiv:1309.4053 [math.NT], 2013.
- Eric Weisstein's World of Mathematics, k-Tuple Conjecture
Cf.
A027569 (prime decuplets p+0,2,6,8,12,18,20,26,30,32),
A202282,
A202361,
A113274,
A113404,
A200503,
A201596,
A201598,
A201062,
A201073,
A201051,
A201251
-
use ntheory ":all"; my($i,$l,$max)=(-1,0,0); for (sieve_prime_cluster(1,1e13,2,6,8,12,18,20,26,30,32)) { my $gap=$-$l; if ($gap>$max) { say "$i $gap" if ++$i > 0; $max=$gap; } $l=$; } # Dana Jacobsen, Oct 08 2015
A202361
Record (maximal) gaps between prime decuplets (p+0,2,6,12,14,20,24,26,30,32).
Original entry on oeis.org
12102794130, 141702673770, 424052301750, 699699330330, 714303547230, 739544215410, 1623198312120, 2691533434590, 4207848555330, 4936074819480, 5887574660310, 6562654104930, 7205070907650, 8129061524010, 8362548652500, 9741706748970, 9967327212570
Offset: 1
The gap of 12102794130 between the very first decuplets starting at p=9853497737 and p=21956291867 is the initial term a(1)=12102794130.
The next gap after the decuplet starting at p=21956291867 is smaller, so it is not in this sequence.
The next gap of 141702673770 between the decuplets at p=22741837817 and p=164444511587 is a new record; therefore the next term is a(2)=141702673770.
- Norman Luhn, Table of n, a(n) for n = 1..49 (terms 1..27 from Dana Jacobsen).
- Tony Forbes and Norman Luhn, Prime k-tuplets
- G. H. Hardy and J. E. Littlewood, Some Problems of 'Partitio Numerorum.' III. On the Expression of a Number as a Sum of Primes, Acta Math. 44, 1-70, 1923.
- Alexei Kourbatov, Maximal gaps between prime k-tuples
- Alexei Kourbatov, Maximal gaps between prime k-tuples: a statistical approach, arXiv preprint arXiv:1301.2242 [math.NT], 2013 and J. Int. Seq. 16 (2013) #13.5.2.
- Alexei Kourbatov, Tables of record gaps between prime constellations, arXiv preprint arXiv:1309.4053 [math.NT], 2013.
- Alexei Kourbatov, The distribution of maximal prime gaps in Cramer's probabilistic model of primes, arXiv preprint arXiv:1401.6959 [math.NT], 2014.
- Eric Weisstein's World of Mathematics, k-Tuple Conjecture
Cf.
A027570 (prime decuplets p+0,2,6,12,14,20,24,26,30,32),
A202362,
A113274,
A113404,
A200503,
A201596,
A201598,
A201062,
A201073,
A201051,
A201251,
A202281.
-
use ntheory ":all"; my($i,$l,$max)=(-1,0,0); for (sieve_prime_cluster(1,1e13,2,6,12,14,20,24,26,30,32)) { my $gap=$-$l; if ($gap>$max) { say "$i $gap" if ++$i > 0; $max=$gap; } $l=$; } # Dana Jacobsen, Oct 09 2015
A201051
Record (maximal) gaps between prime septuplets (p, p+2, p+6, p+8, p+12, p+18, p+20).
Original entry on oeis.org
165690, 903000, 10831800, 13773480, 22813770, 31090080, 43751820, 60881310, 86746170, 118516860, 239951250, 281573040, 359932650, 384903750, 518385000, 902801550, 1027007520, 1086331680, 1329198570, 2176467090
Offset: 1
The gap of 165690 between septuplets starting at p=11 and p=165701 is the very first gap, so a(1)=165690. The gap of 903000 between septuplets starting at p=165701 and p=1068701 is a maximal gap - larger than any preceding gap; therefore a(2)=903000. The next gap of 10831800 is again a maximal gap, so a(3)=10831800. The next gap is smaller, so it does not contribute to the sequence.
- Alexei Kourbatov, Table of n, a(n) for n = 1..36
- Tony Forbes and Norman Luhn, Prime k-tuplets
- G. H. Hardy and J. E. Littlewood, Some problems of 'Partitio numerorum'; III: On the expression of a number as a sum of primes, Acta Math., Vol. 44, No. 1 (1923), pp. 1-70.
- Alexei Kourbatov, Maximal gaps between prime k-tuples
- Alexei Kourbatov, Maximal gaps between prime k-tuples: a statistical approach, arXiv preprint arXiv:1301.2242 [math.NT], 2013 and J. Int. Seq. 16 (2013) #13.5.2
- Alexei Kourbatov, Tables of record gaps between prime constellations, arXiv preprint arXiv:1309.4053 [math.NT], 2013.
- Alexei Kourbatov, The distribution of maximal prime gaps in Cramer's probabilistic model of primes, arXiv preprint arXiv:1401.6959 [math.NT], 2014.
- Norman Luhn, Record Gaps Between Prime Septuplets, up to 10^17
- Eric Weisstein's World of Mathematics, k-Tuple Conjecture
Cf.
A022009 (prime septuplets p, p+2, p+6, p+8, p+12, p+18, p+20),
A113274,
A113404,
A200503,
A201062,
A201073,
A201596,
A201598,
A201251,
A202281,
A202361,
A201249,
A002386,
A233425.
A201062
Record (maximal) gaps between prime 5-tuples (p, p+4, p+6, p+10, p+12).
Original entry on oeis.org
90, 1770, 2190, 10080, 24360, 35910, 156750, 208620, 304920, 306390, 328020, 422190, 526350, 639330, 706860, 866460, 1030770, 1111620, 1147440, 1151100, 1447530, 1769670, 1793070, 2024610, 2320170, 2335080, 2403570
Offset: 1
The gap of 90 between quintuplets starting at p=7 and p=97 is the very first gap, so a(1)=90. The gap of 1770 between quintuplets starting at p=97 and p=1867 is a maximal gap - larger than any preceding gap; therefore a(2)=1770. The gap after p=1867 is smaller, so a new term is not added.
- Alexei Kourbatov, Table of n, a(n) for n = 1..71
- Tony Forbes, Prime k-tuplets
- G. H. Hardy and J. E. Littlewood, Some problems of 'Partitio numerorum'; III: on the expression of a number as a sum of primes, Acta Mathematica, Vol. 44, pp. 1-70, 1923.
- Alexei Kourbatov, Maximal gaps between prime 5-tuples (graphs/data up to 10^15)
- A. Kourbatov, Maximal gaps between prime k-tuples: a statistical approach, arXiv preprint arXiv:1301.2242 [math.NT], 2013 and J. Int. Seq. 16 (2013) #13.5.2
- Alexei Kourbatov, Tables of record gaps between prime constellations, arXiv preprint arXiv:1309.4053 [math.NT], 2013.
- Alexei Kourbatov, The distribution of maximal prime gaps in Cramer's probabilistic model of primes, arXiv preprint arXiv:1401.6959 [math.NT], 2014.
- Alexei Kourbatov and Marek Wolf, Predicting maximal gaps in sets of primes, arXiv preprint arXiv:1901.03785 [math.NT], 2019.
- Eric W. Weisstein, k-Tuple Conjecture
Cf.
A022007 (prime 5-tuples p, p+4, p+6, p+10, p+12),
A113274,
A113404,
A200503,
A201596,
A201598,
A201073,
A201051,
A201251,
A202281,
A202361,
A201063,
A002386,
A233433.
-
DeleteDuplicates[Differences[Select[Partition[Prime[Range[10^7]],5,1],Differences[#]=={4,2,4,2}&][[;;,1]]],GreaterEqual] (* The program generates the first 18 terms of the sequence. *) (* Harvey P. Dale, Apr 20 2025 *)
A201073
Record (maximal) gaps between prime 5-tuples (p, p+2, p+6, p+8, p+12).
Original entry on oeis.org
6, 90, 1380, 14580, 21510, 88830, 97020, 107100, 112140, 301890, 401820, 577710, 689850, 846210, 857010, 986160, 1655130, 2035740, 2266320, 2467290, 2614710, 3305310, 3530220, 3880050, 3885420, 5290440, 5713800, 6049890
Offset: 1
The initial four gaps of 6, 90, 1380, 14580 (between quintuplets starting at p=5, 11, 101, 1481, 16061) form an increasing sequence of records. Therefore a(1)=6, a(2)=90, a(3)=1380, and a(4)=14580. The next gap (after 16061) is smaller, so a new term is not added.
- Alexei Kourbatov, Table of n, a(n) for n = 1..64
- Tony Forbes, Prime k-tuplets
- G. H. Hardy and J. E. Littlewood, Some problems of 'Partitio numerorum'; III: on the expression of a number as a sum of primes, Acta Mathematica, Vol. 44, pp. 1-70, 1923.
- Alexei Kourbatov, Maximal gaps between prime 5-tuples (graphs/data up to 10^15)
- A. Kourbatov, Maximal gaps between prime k-tuples: a statistical approach, arXiv preprint arXiv:1301.2242, 2013 and J. Int. Seq. 16 (2013) #13.5.2
- Alexei Kourbatov, Tables of record gaps between prime constellations, arXiv preprint arXiv:1309.4053 [math.NT], 2013.
- Alexei Kourbatov, The distribution of maximal prime gaps in Cramer's probabilistic model of primes, arXiv preprint arXiv:1401.6959 [math.NT], 2014.
- Alexei Kourbatov and Marek Wolf, Predicting maximal gaps in sets of primes, arXiv preprint arXiv:1901.03785 [math.NT], 2019.
- Eric W. Weisstein, k-Tuple Conjecture
Cf.
A022006 (prime 5-tuples p, p+2, p+6, p+8, p+12),
A113274,
A113404,
A200503,
A201596,
A201598,
A201051,
A201251,
A202281,
A202361,
A201062,
A201074,
A002386,
A233432.
A201251
Record (maximal) gaps between prime septuplets (p, p+2, p+8, p+12, p+14, p+18, p+20).
Original entry on oeis.org
83160, 195930, 341880, 5414220, 9270030, 18980220, 25622520, 36077370, 51597630, 92184750, 125523090, 140407470, 141896370, 336026460, 403369470, 435390270, 442452570, 627852330, 754383210, 1008582120, 1021464990, 1073692620, 1088148810, 1145336850
Offset: 1
The gap of 83160 between septuplets starting at p=5639 and p=88799 is the very first gap, so a(1)=83160. The gap of 195930 between septuplets starting at p=88799 and p=284729 is a maximal gap - larger than any preceding gap; therefore a(2)=195930. The next gap of 341880 is again a maximal gap, so a(3)=341880. The next gap is smaller, so it does not contribute to the sequence.
- Alexei Kourbatov, Table of n, a(n) for n = 1..52
- G. H. Hardy and J. E. Littlewood, Some problems of 'Partitio numerorum'; III: On the expression of a number as a sum of primes, Acta Math., Vol. 44, No. 1 (1923), pp. 1-70.
- Alexei Kourbatov, Maximal gaps between prime k-tuples.
- Alexei Kourbatov, Maximal gaps between prime k-tuples: a statistical approach, arXiv preprint arXiv:1301.2242 [math.NT], 2013 and J. Int. Seq. 16 (2013) #13.5.2.
- Alexei Kourbatov, Tables of record gaps between prime constellations, arXiv preprint arXiv:1309.4053 [math.NT], 2013.
- Alexei Kourbatov, The distribution of maximal prime gaps in Cramer's probabilistic model of primes, arXiv preprint arXiv:1401.6959 [math.NT], 2014.
- Norman Luhn, Patterns of prime k-tuplets & the Hardy-Littlewood constants.
- Norman Luhn, Record Gaps Between Prime Septuplets, up to 10^17.
- Eric Weisstein's World of Mathematics, k-Tuple Conjecture.
Cf.
A022010 (prime septuplets p, p+2, p+8, p+12, p+14, p+18, p+20),
A113274,
A113404,
A200503,
A201062,
A201073,
A201596,
A201598,
A202281,
A202361,
A201051,
A002386,
A233038.
A201596
Record (maximal) gaps between prime triples (p, p+4, p+6).
Original entry on oeis.org
6, 24, 30, 90, 150, 156, 210, 240, 306, 366, 384, 444, 810, 834, 1086, 1200, 1326, 2316, 3876, 4230, 4350, 8244, 8880, 9450, 10686, 10950, 11784, 12816, 13554, 15504, 15576, 16254, 16506, 16596, 19446, 19944, 21516, 38340, 39990, 41556, 45786, 47190, 48246, 59856
Offset: 1
The gap of 6 between triples starting at p=7 and p=13 is the very first gap, so a(1)=6. The gap of 24 between triples starting at p=13 and p=37 is a maximal gap - larger than any preceding gap; therefore a(2)=24. The gap of 30 between triples at p=37 and p=67 is again a maximal gap, so a(3)=30. The next gap is smaller, so it does not contribute to the sequence.
- Alexei Kourbatov, Table of n, a(n) for n = 1..79
- G. H. Hardy and J. E. Littlewood, Some problems of 'Partitio numerorum'; III: on the expression of a number as a sum of primes, Acta Mathematica, Vol. 44, pp. 1-70, 1923.
- Alexei Kourbatov, Maximal gaps between prime k-tuples
- A. Kourbatov, Maximal gaps between prime k-tuples: a statistical approach, arXiv preprint arXiv:1301.2242 [math.NT], 2013 and J. Int. Seq. 16 (2013) #13.5.2
- Alexei Kourbatov, Tables of record gaps between prime constellations, arXiv preprint arXiv:1309.4053 [math.NT], 2013.
- Alexei Kourbatov, The distribution of maximal prime gaps in Cramer's probabilistic model of primes, arXiv preprint arXiv:1401.6959 [math.NT], 2014.
- Alexei Kourbatov and Marek Wolf, Predicting maximal gaps in sets of primes, arXiv preprint arXiv:1901.03785 [math.NT], 2019.
- Norman Luhn, Record Gaps Between Prime Triplets.
- Eric W. Weisstein, k-Tuple Conjecture
Cf.
A022005 (prime triples p, p+4, p+6),
A113274,
A113404,
A200503,
A201598,
A201062,
A201073,
A201051,
A201251,
A202281,
A202361,
A201597,
A233435.
-
DeleteDuplicates[Differences[Select[Partition[Prime[Range[5*10^6]],3,1],Differences[#]=={4,2}&][[;;,1]]],GreaterEqual] (* Harvey P. Dale, Feb 26 2023 *)
A201598
Record (maximal) gaps between prime triples (p, p+2, p+6).
Original entry on oeis.org
6, 24, 60, 84, 114, 180, 210, 264, 390, 564, 630, 1050, 1200, 1530, 2016, 2844, 3426, 3756, 3864, 3936, 4074, 4110, 6090, 8250, 9240, 9270, 10344, 10506, 10734, 10920, 12930, 15204, 20190, 20286, 21216, 25746, 34920, 38820, 39390, 41754, 43020, 44310, 52500, 71346
Offset: 1
The gap of 6 between triples starting at p=5 and p=11 is the very first gap, so a(1)=6. The gap of 6 between triples starting at p=11 and p=17 is not a record, so it does not contribute to the sequence. The gap of 24 between triples starting at p=17 and p=41 is a maximal gap - larger than any preceding gap; therefore a(2)=24.
- Alexei Kourbatov, Table of n, a(n) for n = 1..72
- G. H. Hardy and J. E. Littlewood, Some problems of 'Partitio numerorum'; III: on the expression of a number as a sum of primes, Acta Mathematica, Vol. 44, pp. 1-70, 1923.
- Alexei Kourbatov, Maximal gaps between prime k-tuples
- A. Kourbatov, Maximal gaps between prime k-tuples: a statistical approach, arXiv preprint arXiv:1301.2242 [math.NT], 2013 and J. Int. Seq. 16 (2013) #13.5.2
- Alexei Kourbatov, Tables of record gaps between prime constellations, arXiv preprint arXiv:1309.4053 [math.NT], 2013.
- Alexei Kourbatov, The distribution of maximal prime gaps in Cramer's probabilistic model of primes, arXiv preprint arXiv:1401.6959 [math.NT], 2014.
- Alexei Kourbatov and Marek Wolf, Predicting maximal gaps in sets of primes, arXiv preprint arXiv:1901.03785 [math.NT], 2019.
- Norman Luhn, Record Gaps Between Prime Triplets.
- Eric Weisstein's World of Mathematics, k-Tuple Conjecture.
Cf.
A022004 (prime triples p, p+2, p+6),
A113274,
A113404,
A200503,
A201596,
A201062,
A201073,
A201051,
A201251,
A202281,
A202361,
A201599,
A233434.
Showing 1-10 of 17 results.
Comments