OFFSET
9,2
COMMENTS
The number of terms with a(n)>0 is A038093(8) - 8. - Alois P. Heinz, Sep 22 2013
LINKS
MATHEMATICA
f[n_]:=Nest[CoefficientList[Series[Product[(1+x^i)^#[[i]], {i, 1, Length[#]}], {x, 0, 50}], x]&, {1}, n]; Drop[f[8]-PadRight[f[7], Length[f[8]]], 8] (* Geoffrey Critzer, Aug 01 2013 *)
CROSSREFS
KEYWORD
nonn,fini
AUTHOR
Christian G. Bower, Jan 04 1999
STATUS
approved