OFFSET
0,3
COMMENTS
Number of compositions (ordered partitions) of n into cubes of n kinds.
LINKS
MATHEMATICA
Table[SeriesCoefficient[1/(1 - n Sum[x^k^3, {k, 1, n}]), {x, 0, n}], {n, 0, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 26 2018
STATUS
approved