A087308
Initial terms associated with the arithmetic progressions in A086786.
Original entry on oeis.org
1, 2, 3, 5, 5, 7, 481, 635, 635, 199, 3841, 3841, 4979, 2995, 13561, 22903, 1691, 5951, 72697, 72697, 72697, 172151, 172151, 1782371, 1782371
Offset: 1
A087310
Common differences of arithmetic progressions in A086786.
Original entry on oeis.org
1, 2, 6, 6, 30, 4, 72, 72, 210, 132, 132, 114, 594, 48, 354, 1860, 3942, 2574, 2574, 2574, 20910, 20910, 9600, 9600
Offset: 2
A087309
Least number that ends an arithmetic progression of n numbers with the same prime signature.
Original entry on oeis.org
1, 3, 7, 23, 29, 157, 505, 1139, 1211, 2089, 5161, 5293, 6347, 10717, 14233, 28213, 31451, 72965, 119029, 121603, 124177, 611261, 632171, 2003171, 2012771
Offset: 1
Further edited by
N. J. A. Sloane, Jun 30 2008 at the suggestion of R. J. Mathar.
A113470
Triangle read by rows: n-th row is the smallest set of n numbers in arithmetic progression with the same number of divisors.
Original entry on oeis.org
1, 2, 3, 3, 5, 7, 5, 11, 17, 23, 5, 11, 17, 23, 29, 7, 37, 67, 97, 127, 157, 35, 65, 95, 125, 155, 185, 215, 635, 707, 779, 851, 923, 995, 1067, 1139, 635, 707, 779, 851, 923, 995, 1067, 1139, 1211, 199, 409, 619, 829, 1039, 1249, 1459, 1669, 1879, 2089, 3841, 3973
Offset: 1
From _M. F. Hasler_, Jan 02 2020: (Start)
The triangle starts
n | row n
---+------------
1 | 1,
2 | 2, 3,
3 | 3, 5, 7,
4 | 5, 11, 17, 23,
5 | 5, 11, 17, 23, 29,
6 | 7, 37, 67, 97, 127, 157,
7 | 35, 65, 95, 125, 155, 185, 215,
8 | 635, 707, 779, 851, 923, 995, 1067, 1139,
9 | 635, 707, 779, 851, 923, 995, 1067, 1139, 1211,
10 | 199, 409, 619, 829, 1039, 1249, 1459, 1669, 1879, 2089,
11 | 3841, 3973, ...
Most rows so far consist of primes with 2 divisors, rows 7, 8, 9 and 11 have squarefree semiprimes with 4 divisors.
Row 10 is A033168; also row 10 of A086786, A133276 and A133277. (End)
A113460
Triangle read by rows: n-th row is the lexicographically earliest arithmetic progression of n numbers all having the same prime signature.
Original entry on oeis.org
1, 2, 3, 3, 5, 7, 5, 11, 17, 23, 5, 11, 17, 23, 29, 7, 37, 67, 97, 127, 157, 7, 157, 307, 457, 607, 757, 907, 11, 1210241, 2420471, 3630701, 4840931, 6051161, 7261391, 8471621, 11, 32671181, 65342351, 98013521, 130684691, 163355861, 196027031, 228698201, 261369371
Offset: 1
Triangle begins:
1;
2, 3;
3, 5, 7;
5, 11, 17, 23;
5, 11, 17, 23, 29;
7, 37, 67, 97, 127, 157;
...
From _M. F. Hasler_, Oct 10 2024: (Start)
For row 1, we can take 1, which is the only integer to have prime signature {}.
For row 2, we can't use 1 (no two integers with that prime signature), but primes 2 & 3 are a valid and then also minimal choice.
For row 3, primes {3, 5, 7} are a valid choice and also smallest: we can't use 1, nor 2, for reasons of parity: the next prime would be odd but the third term of the arithmetic progression would then again be even and not prime.
The same reasoning also excludes any higher power 2^m as starting term, which would require the same (m-th) power of odd primes as subsequent terms.
For rows 4 and 5, we can't start with the prime 3, because the 4th term of any arithmetic progression starting with 3 is again divisible by 3. Also 4 = 2^2 is excluded, see above. Thus, 5 is the smallest possible starting term for n = 4 and 5.
For row 6 and 7, we again can't start with a prime < nextprime(6) = 7, because there can't be more than 5 primes in AP starting with 5: the sixth term would always be divisible by 5 again. To start with the even semiprime 6 = 2*3 would require an AP of even semiprimes. Dividing by 2, we would have an AP of 6 primes starting with 3, which is impossible.(*) So, 7 is the smallest possibility.
(* This actually excludes all even semiprimes 2*p between prime(k-1) and prime(k) from being a starting term of a row in that range, because that would yield an AP of >= prime(k-1) primes starting with p < prime(k)/2 < prime(k-1), impossible.)
Rows 8 through 11 can't start with a prime < nextprime(8) = 11, as before. We have also excluded any 2^m and 2*3 as starting value. Starting with 9 = 3^2 would require an AP of squares of primes, but all larger squares of primes have a difference (6k +- 1)^2 - (6m +- 1)^2 divisible by 12, which is not the case for the difference with 3^2 = 9. The even semiprime 10 = 2*5 was also excluded above (*). Therefore, 11 is the smallest possible initial term. And so on. (End)
A133276
Triangle read by rows: row n gives the first arithmetic progression of n primes with minimal distance, cf. A033188.
Original entry on oeis.org
2, 2, 3, 3, 5, 7, 5, 11, 17, 23, 5, 11, 17, 23, 29, 7, 37, 67, 97, 127, 157, 7, 157, 307, 457, 607, 757, 907, 199, 409, 619, 829, 1039, 1249, 1459, 1669, 199, 409, 619, 829, 1039, 1249, 1459, 1669, 1879, 199, 409, 619, 829, 1039, 1249, 1459, 1669, 1879, 2089, 60858179, 60860489, 60862799, 60865109, 60867419, 60869729, 60872039, 60874349, 60876659, 60878969, 60881279
Offset: 1
Triangle begins:
2
2 3
3 5 7
5 11 17 23
5 11 17 23 29
7 37 67 97 127 157
7 157 307 457 607 757 907
199 409 619 829 1039 1249 1459 1669
199 409 619 829 1039 1249 1459 1669 1879
199 409 619 829 1039 1249 1459 1669 1879 2089
...
Row 10 is the same as in A086786, A113470, A133277, and listed as A033168. - _M. F. Hasler_, Jan 02 2020
Different from
A133277 (from T(11,1) = a(56) on).
A033168
Longest arithmetic progression of primes with difference 210 and minimal initial term.
Original entry on oeis.org
199, 409, 619, 829, 1039, 1249, 1459, 1669, 1879, 2089
Offset: 0
- Paul Glendinning, Math in Minutes: 200 Key Concepts Explained in an Instant. New York, London: Quercus (2013): pp. 316-317.
- David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See p. 143.
-
199 + 210*Range[0, 9] (* Paolo Xausa, Sep 14 2024 *)
-
forprime(p=1,,for(i=1,9,isprime(p+i*210)||next(2)); return([p+d|d<-[0..9]*210])) \\ M. F. Hasler, Jan 02 2020
A113463
Triangle read by rows: n-th row is the smallest set of n numbers in arithmetic progression with the distinct prime signatures.
Original entry on oeis.org
1, 1, 2, 2, 4, 6, 2, 4, 6, 8, 8, 9, 10, 11, 12, 23, 24, 25, 26, 27, 28, 24, 25, 26, 27, 28, 29, 30, 103, 114, 125, 136, 147, 158, 169, 180, 304, 330, 356, 382, 408, 434, 460, 486, 512, 324, 368, 412, 456, 500, 544, 588, 632, 676, 720, 8, 172, 336, 500, 664, 828, 992, 1156
Offset: 1
Showing 1-8 of 8 results.
Comments