A115760
Slowest growing sequence of numbers having the prime-pairwise-average property: if i
Original entry on oeis.org
3, 7, 19, 55, 139, 859, 2119, 112999, 333679, 10040119, 15363619, 548687179, 16632374359, 5733638351299, 14360489685499, 433098704482699, 44258681327079259, 5009018648920510999
Offset: 1
The pairwise averages of {3,7,19} are the primes {5,11,13}.
A113875
Slowest growing sequence of primes having the prime-pairwise-average property: if i
Original entry on oeis.org
3, 7, 19, 139, 859, 8179, 173059, 1026199, 1827139, 15828679, 13187242759, 18732483199, 912492556939, 9130567625119
Offset: 1
The pairwise averages of {3,7,19} are the primes {5,11,13}.
-
s={3, 7}; i=5; Do[While[ !And@@PrimeQ[(s+Prime[i])/2], i++ ]; AppendTo[s, Prime[i]]; i++, {n, 3, 10}]; s
A113833
Triangle read by rows: row n (n>=2) gives a set of n primes such that the averages of all subsets are distinct primes, having the smallest largest element.
Original entry on oeis.org
3, 7, 7, 19, 67, 5, 17, 89, 1277, 209173, 322573, 536773, 1217893, 2484733
Offset: 2
Triangle begins:
3, 7
7, 19, 67
5, 17, 89, 1277
- Antal Balog, The prime k-tuplets conjecture on average, in "Analytic Number Theory" (eds. B. C. Berndt et al.) Birkhäuser, Boston, 1990, pp. 165-204. [Background]
A115631
Triangle read by rows: row n (n>=2) gives a set of n primes such that the pairwise averages are all distinct primes, having the smallest largest element.
Original entry on oeis.org
3, 7, 3, 7, 19, 3, 11, 23, 71, 5, 29, 53, 89, 173, 3, 11, 83, 131, 251, 383, 5, 17, 41, 101, 257, 521, 881, 11, 83, 251, 263, 443, 1103, 1511, 2111, 257, 269, 509, 857, 1697, 2309, 2477, 2609, 5417, 11, 83, 251, 263, 1511, 2351, 2963, 7583, 8663, 10691
Offset: 2
The set of primes generated by {5, 29, 53, 89, 173} is {17, 29, 41, 47, 59, 71, 89, 101, 113, 131}.
Triangle begins:
3, 7;
3, 7, 19;
3, 11, 23, 71;
5, 29, 53, 89, 173;
3, 11, 83, 131, 251, 383;
5, 17, 41, 101, 257, 521, 881;
...
A115782
Primes generated by pairwise averages of terms in A115760.
Original entry on oeis.org
5, 11, 13, 29, 31, 37, 71, 73, 79, 97, 431, 433, 439, 457, 499, 1061, 1063, 1069, 1087, 1129, 1489, 56501, 56503, 56509, 56527, 56569, 56929, 57559, 166841, 166843, 166849, 166867, 166909, 167269, 167899, 223339, 5020061, 5020063, 5020069
Offset: 1
The pairwise averages of first three terms in A115760, {3,7,19} produce the set of primes {5,11,13}.
A114845
Slowest growing sequence of semiprimes having the semiprime-pairwise-average property: for any i,j, (a(i)+a(j))/2 is semiprime.
Original entry on oeis.org
4, 14, 38, 134, 254, 13238, 252254, 691958, 952814, 3316238, 30364918838, 210339665174, 575167942574
Offset: 1
The pairwise average of the semiprimes {4 = 2^2, 14 = 2*7} is {9 = 3^2}.
The pairwise averages of the semiprimes {4, 14, 38} are {9, 21, 26}.
The pairwise averages of the semiprimes {4, 14, 38, 134} are {9, 21, 26, 69, 74, 86}.
The pairwise averages of the semiprimes {4, 14, 38, 134, 254} are {9, 21, 26, 69, 74, 86, 129, 134, 146, 194}.
A155463
Largest element of a set of n primes with the property that the pairwise averages are all distinct primes, having the smallest largest element (A115631).
Original entry on oeis.org
7, 19, 71, 173, 383, 881, 2111, 5417, 10691, 21757, 27611
Offset: 2
Showing 1-7 of 7 results.
Comments