A323747 Smallest triangular number whose number of divisors is the n-th triangular number, or 0 if no such number exists.
1, 0, 28, 496, 1631432881, 0, 8256, 2016, 41616, 0, 169878528, 2717872128, 0
Offset: 1
Examples
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.
Extensions
a(6)-a(13) and updated comments from Jon E. Schoenfield, Jan 29 2021
Comments