A364152 Least n-simplex number (i.e., number of the form C(m,n) = binomial(m,n), m >= n), that can be written as a product of two or more smaller n-simplex numbers, or 0 if no such number exists.
4, 36, 560, 20475, 126
Offset: 1
Examples
a(1) = 4 = C( 4, 1) = C(2,1) * C(2,1). a(2) = 36 = C( 9, 2) = C(4,2)^2. a(3) = 560 = C(16, 3) = C(5,3) * C(8,3). (Also, C(16,3) = C(4,3)^2 * C(7,3)). a(4) = 20475 = C(28, 4) = C(6,4) * C(15,4). a(5) = 126 = C( 9, 5) = C(6,5) * C(7,5).
Comments