login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A337797
Number of partitions of the n-th n-gonal pyramidal number into n-gonal pyramidal numbers.
4
1, 1, 2, 4, 13, 45, 198, 858, 3728, 16115, 69125, 292940, 1224628, 5052396, 20570806, 82655098, 327881398, 1284663878, 4973614490, 19034194696, 72037124003, 269723590850, 999517370314, 3667158097572, 13325691939021, 47975192145998
OFFSET
0,3
FORMULA
a(n) = [x^p(n,n)] Product_{k=1..n} 1 / (1 - x^p(n,k)), where p(n,k) = k * (k + 1) * (k * (n - 2) - n + 5) / 6 is the k-th n-gonal pyramidal number.
EXAMPLE
a(3) = 4 because the third tetrahedral (or triangular pyramidal) number is 10 and we have [10], [4, 4, 1, 1], [4, 1, 1, 1, 1, 1, 1] and [1, 1, 1, 1, 1, 1, 1, 1, 1, 1].
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 22 2020
STATUS
approved