|
Search: id:A107329
|
|
|
| A107329 |
|
Triangle read by rows: T(n,k) gives number of partitions of k,(k=1..n) into the prime factors of n. |
|
+0 1
|
|
| 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0
(list; table; graph; listen)
|
|
|
OFFSET
|
2,20
|
|
|
COMMENT
|
T(n,n) equals A066882. Table begins at n=2 since 1 has no valid prime decomposition: {0, 1}, {0, 0, 1}, {0, 1, 0, 1}, {0, 0, 0, 0, 1}, {0, 1, 1, 1, 1, 2}, {0, 0, 0, 0, 0, 0, 1}, {0, 1, 0, 1, 0, 1, 0, 1}, {0, 0, 1, 0, 0, 1, 0, 0, 1}
|
|
FORMULA
|
T(n, k) is factor of x^k in 1/Product( 1-x^p_i) with p_i the prime factors of n.
|
|
EXAMPLE
|
T(30,12)=5 counting [2,2,2,2,2,2], [2,2,2,3,3], [3,3,3,3], [2,2,3,5] and [2,5,5].
|
|
MATHEMATICA
|
Table[Rest@CoefficientList[Series[1/Times @@ ((1-x^#)& /@ (First /@ FactorInteger[n])), {x, 0, n}], x], {n, 2, 24}]
|
|
CROSSREFS
|
Cf. A066882.
Adjacent sequences: A107326 A107327 A107328 this_sequence A107330 A107331 A107332
Sequence in context: A096562 A096563 A078359 this_sequence A085859 A086016 A103270
|
|
KEYWORD
|
easy,nonn,tabl
|
|
AUTHOR
|
Wouter Meeussen (wouter.meeussen(AT)pandora.be), May 22 2005
|
|
|
Search completed in 0.002 seconds
|