%I #10 Mar 11 2020 23:24:19
%S 1,0,0,1,0,0,2,1,1,2,1,1,3,2,3,4,3,3,5,4,5,7,6,6,9,7,8,11,10,10,14,12,
%T 13,16,15,16,20,18,20,23,22,23,28,26,28,32,31,32,38,36,38,43,42,43,50,
%U 48,51,56,55,57,64,62,66
%N Expansion of 1/((1-x^3)(1-x^6)(1-x^7)(1-x^8)).
%C Number of partitions of n into parts 3, 6, 7, and 8. - _Vincenzo Librandi_, Jun 04 2014
%H Vincenzo Librandi, <a href="/A029292/b029292.txt">Table of n, a(n) for n = 0..1000</a>
%H <a href="/index/Rec#order_24">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,1,0,0,1,1,1,-1,-1,-1,0,-1,-1,-1,1,1,1,0,0,1,0,0,-1).
%t CoefficientList[Series[1/((1 - x^3) (1 - x^6) (1 - x^7) (1 - x^8)), {x, 0, 100}], x] (* _Vincenzo Librandi_, Jun 04 2014 *)
%o (PARI) Vec(1/((1-x^3)*(1-x^6)*(1-x^7)*(1-x^8)) + O(x^80)) \\ _Jinyuan Wang_, Mar 11 2020
%K nonn,easy
%O 0,7
%A _N. J. A. Sloane_