OFFSET
1,5
COMMENTS
LINKS
Anonymous?, Polynomial calculator
Eric Weisstein's World of Mathematics, Distinct Prime Factors
G. Xiao, WIMS server, Factoris (both expands and factors polynomials)
FORMULA
If A025487(n)'s canonical factorization into prime powers is Product p^e(p), then T(n, m) is the coefficient of k^m in the polynomial expansion of Product_p (1 + ek).
EXAMPLE
Rows begin:
1;
1,1;
1,2;
1,2,1;
1,3;
1,3,2;
1,4;
1,4,3;...
36's 9 divisors include 1 divisor with 0 distinct prime factors (1); 4 with 1 (2, 3, 4 and 9); and 4 with 2 (6, 12, 18 and 36). Since 36 = A025487(11), the 11th row of the table therefore reads (1, 4, 4). These are the positive coefficients of the polynomial equation 1 + 4k + 4k^2 = (1 + 2k)(1 + 2k), derived from the prime factorization of 36 (namely, 2^2*3^2).
CROSSREFS
For the number of distinct prime factors of n, see A001221.
KEYWORD
nonn,tabf
AUTHOR
Matthew Vandermast, Nov 11 2008
STATUS
approved