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”).

A339235
G.f.: Sum_{k>=0} x^(k^4) / Product_{j=1..k^4} (1 - x^j).
1
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 4, 6, 8, 12, 16, 23, 31, 43, 57, 78, 102, 136, 177, 232, 297, 384, 487, 621, 781, 984, 1226, 1531, 1892, 2340, 2872, 3524, 4294, 5232, 6335, 7666, 9229, 11099, 13288, 15893, 18929, 22519, 26695, 31604, 37293
OFFSET
0,17
COMMENTS
Number of partitions of n such that the number of parts is a fourth power.
Also number of partitions of n such that the largest part is a fourth power.
FORMULA
a(18) = 3 because we have [18], [3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] and [2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] (see the first comment) or[16, 2], [16, 1, 1] and [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] (see the second comment).
MATHEMATICA
nmax = 57; CoefficientList[Series[Sum[x^(k^4)/Product[1 - x^j, {j, 1, k^4}], {k, 0, Floor[nmax^(1/4)] + 1}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 05 2020
STATUS
approved