Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #9 Mar 11 2020 22:59:13
%S 1,0,0,0,1,1,0,0,2,2,1,0,2,3,2,1,3,4,4,2,4,5,5,4,6,7,7,6,8,9,9,8,11,
%T 12,12,11,14,15,15,14,18,19,19,18,22,24,23,22,27,29,29,27,32,35,35,33,
%U 38,41,42,40,45,48,49,48,53
%N Expansion of 1/((1-x^4)(1-x^5)(1-x^8)(1-x^9)).
%H Andrew Howroyd, <a href="/A029337/b029337.txt">Table of n, a(n) for n = 0..1000</a>
%H <a href="/index/Rec#order_26">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,1,1,0,0,1,0,0,0,-1,-2,-1,0,0,0,1,0,0,1,1,0,0,0,-1).
%t CoefficientList[Series[1/((1-x^4)(1-x^5)(1-x^8)(1-x^9)), {x, 0, 100}], x] (* _Jinyuan Wang_, Mar 11 2020 *)
%o (PARI) Vec(1/((1-x^4)*(1-x^5)*(1-x^8)*(1-x^9)) + O(x^80)) \\ _Andrew Howroyd_, Mar 11 2020
%K nonn,easy
%O 0,9
%A _N. J. A. Sloane_