A330809
Triangular numbers having exactly 8 divisors.
Original entry on oeis.org
66, 78, 105, 136, 190, 231, 351, 406, 435, 465, 561, 595, 741, 861, 903, 946, 1378, 1431, 1653, 2211, 2278, 2485, 3081, 3655, 3741, 4371, 4465, 5151, 5253, 5995, 6441, 7021, 7503, 8515, 8911, 9453, 9591, 10011, 10153, 10585, 11026, 12561, 13366, 14878, 15051
Offset: 1
Type
(see
cmts) Initial terms Notes
----- ------------------------ -----------------------------
1 78, 406, 465, ... p*q*r such that 2*p*q + 1 = r
2 66, 190, 435, ... p*q*r such that 2*p*q - 1 = r
3 231, 561, 1653, ... p*q*r such that p*q + 1 = 2*r
4 105, 595, 741, ... p*q*r such that p*q - 1 = 2*r
5 136, 31375, 3544453, ... p^3*q such that 2*p^3 + 1 = q
6 1431, 1774977571, ... p^3*q such that 2*p^3 - 1 = q
7 351 (only) p^3*q such that p^3 - 1 = 2*q
Intersection of
A000217 (triangular numbers) and
A030626 (8 divisors).
Cf.
A063440 (number of divisors of n-th triangular number),
A292989 (triangular numbers having exactly 6 divisors).
-
[k:k in [1..16000]| IsSquare(8*k+1) and NumberOfDivisors(k) eq 8]; // Marius A. Burtea, Jan 12 2020
-
select(t -> numtheory:-tau(t) = 8, [seq(i*(i+1)/2, i=1..1000)]); # Robert Israel, Jan 13 2020
-
Select[PolygonalNumber@ Range[180], DivisorSigma[0, #] == 8 &] (* Michael De Vlieger, Jan 11 2020 *)
-
isok(k) = ispolygonal(k, 3) && (numdiv(k) == 8); \\ Michel Marcus, Jan 11 2020
A292990
Numbers whose absolute difference from a triangular number is never a prime.
Original entry on oeis.org
351, 561, 780, 990, 1176, 1596, 2016, 2145, 3321, 3741, 4278, 4371, 5565, 6216, 6786, 7503, 7626, 7875, 8256, 10296, 10440, 10731, 11781, 12561, 12880, 13041, 13695, 14196, 14535, 14706, 15576, 16836, 17391, 17955, 18915, 20100, 20503, 20910, 21321, 21528
Offset: 1
The difference d between any triangular number T(k) = k(k+1)/2 and 351 can be factored as (k - 26) * (k + 27)/2 if k is odd, or as (k/2 - 13)*(k + 27) if k is even, so |d| cannot be prime unless |k - 26| and |k + 27|/2 are 1 and a prime, in some order, or |k/2 - 13| and |k + 27| are 1 and a prime, in some order; however,
|k - 26| = 1 would require |k + 27|/2 = 26 or 27 (neither of which is prime),
|k + 27|/2 = 1 would require |k - 26| = 51 or 55 (neither of which is prime),
|k/2 - 13| = 1 would require |k + 27| = 51 or 55 (neither of which is prime), and
|k + 27| = 1 would require |k/2 - 13| = 26 or 27 (neither of which is prime),
so there is no triangular number T(k) such that |T(k) - 351| is prime; thus, 351 is in the sequence.
120 is not in the sequence because |T(13) - 120| = |91 - 120| = 29 is prime.
Cf.
A292989 (triangular numbers having exactly 6 divisors).
A331234
Triangular numbers having exactly 9 divisors.
Original entry on oeis.org
36, 1225, 1413721, 7885505171090778556470578126753302097454601, 67594562493730400324395236678194231988753004665644702944024074038452164931450549832074201
Offset: 1
Writing the k-th triangular number A000217(k) as T(k):
a(1) = T(8) = 8*9/2 = 36 = 2^2 * 3^2;
a(2) = T(49) = 49*50/2 = 1225 = 5^2 * 7^2;
a(3) = T(1681) = 1681*1682/2 = 1413721 = 29^2 * 41^2.
Factorization of larger known terms:
a(4) = 44560482149^2 * 63018038201^2;
a(5) = 13558774610046711780701^2 * 19175002942688032928599^2.
Intersection of
A000217 (triangular numbers) and
A030627 (numbers with exactly 9 divisors).
Cf.
A063440 (number of divisors of n-th triangular number),
A242585 (number of divisors of the n-th positive number that is both triangular and square).
A340865
Primes p such that (p^2 + 1)/2 and 2*p^2 - 1 are also prime.
Original entry on oeis.org
3, 11, 59, 181, 199, 379, 409, 571, 739, 1039, 1439, 2239, 2269, 2351, 2381, 2671, 2719, 2789, 3049, 3529, 4021, 4201, 4721, 4999, 5431, 5531, 5839, 6329, 6619, 8329, 9241, 9419, 9631, 9689, 10151, 11329, 11551, 12071, 12421, 13339, 14489, 15091, 17419, 18301
Offset: 1
Both (3^2 + 1)/2 = 5 and 2*3^2 - 1 = 17 are prime, so 3 is in the sequence.
(5^2 + 1)/2 = 13 is prime, but 2*5^2 - 1 = 49 = 7^2 is not prime, so 5 is not in the sequence.
(7^2 + 1)/2 = 25 is not prime, so even though 2*7^2 - 1 = 97 is prime, 7 is not in the sequence.
Neither (23^2 + 1)/2 = 265 = 5*53 nor 2*23^2 - 1 = 1057 = 7*151 is prime, so 23 is not in the sequence.
A323747
Smallest triangular number whose number of divisors is the n-th triangular number, or 0 if no such number exists.
Original entry on oeis.org
1, 0, 28, 496, 1631432881, 0, 8256, 2016, 41616, 0, 169878528, 2717872128, 0
Offset: 1
a(1) = 1 because 1 is the only triangular number having A000217(1)=1 divisors.
a(2) = 0 because no triangular number has A000217(2)=3 divisors. (Each number with 3 divisors is the square of a prime, and no such number can be of the form k*(k+1)/2.)
a(3) = 28 because 28 = 7*(7+1)/2 = 2^2 * 7 is the smallest triangular number with A000217(3)=6 divisors.
a(5) = 1631432881 = 13^4 * 239^2 is the only triangular with A000217(5)=15 divisors.
Showing 1-5 of 5 results.
Comments