cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A331234 Triangular numbers having exactly 9 divisors.

This page as a plain text file.
%I A331234 #10 Jan 14 2020 01:11:25
%S A331234 36,1225,1413721,7885505171090778556470578126753302097454601,
%T A331234 67594562493730400324395236678194231988753004665644702944024074038452164931450549832074201
%N A331234 Triangular numbers having exactly 9 divisors.
%C A331234 Any number having an odd number of divisors is a square, so each term in this sequence is a term of A001110 (numbers that are both triangular and square). Since A001110(k) = (A000129(k)*A001333(k))^2, A001110(k) will have exactly 9 divisors iff A000129(k) and A001333(k) are both prime (i.e., k is in both A096650 and A099088); the first 5 values of k at which this occurs are 2, 3, 5, 29, and 59.
%C A331234 Conjecture: a(5) is the final term of this sequence.
%e A331234 Writing the k-th triangular number A000217(k) as T(k):
%e A331234 a(1) = T(8) = 8*9/2 = 36 = 2^2 * 3^2;
%e A331234 a(2) = T(49) = 49*50/2 = 1225 = 5^2 * 7^2;
%e A331234 a(3) = T(1681) = 1681*1682/2 = 1413721 = 29^2 * 41^2.
%e A331234 Factorization of larger known terms:
%e A331234 a(4) = 44560482149^2 * 63018038201^2;
%e A331234 a(5) = 13558774610046711780701^2 * 19175002942688032928599^2.
%Y A331234 Intersection of A000217 (triangular numbers) and A030627 (numbers with exactly 9 divisors).
%Y A331234 Triangular numbers having exactly k divisors: A068443 (k=4), A292989 (k=6), A330809 (k=8).
%Y A331234 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).
%Y A331234 Cf. A001110, A000129, A001333, A096650, A099088.
%K A331234 nonn
%O A331234 1,1
%A A331234 _Jon E. Schoenfield_, Jan 12 2020