Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #9 Aug 08 2019 18:28:49
%S 1,0,0,0,0,1,0,0,1,1,1,0,1,1,1,1,1,2,2,1,2,2,2,2,3,3,3,3,3,4,4,3,5,5,
%T 5,5,6,6,6,6,7,8,8,7,9,10,9,9,11,11,12,11,12,14,14,13,15,16,16,16,18,
%U 18,19,19,20,22,22,21,24,25
%N Expansion of 1/((1-x^5)(1-x^8)(1-x^9)(1-x^12)).
%H <a href="/index/Rec#order_34">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,1,0,0,1,1,0,0,1,-1,-1,0,0,-2,0,0,-1,-1,1,0,0,1,1,0,0,1,0,0,0,0,-1).
%t CoefficientList[Series[1/((1-x^5)(1-x^8)(1-x^9)(1-x^12)),{x,0,70}],x] (* _Harvey P. Dale_, Jul 31 2019 *)
%K nonn,easy
%O 0,18
%A _N. J. A. Sloane_.