login
Expansion of 1/((1-x^4)(1-x^8)(1-x^9)(1-x^10)).
0

%I #8 Oct 01 2021 18:45:06

%S 1,0,0,0,1,0,0,0,2,1,1,0,2,1,1,0,3,2,3,1,4,2,3,1,5,3,5,3,7,4,6,3,8,5,

%T 8,5,11,7,10,6,13,8,12,8,16,11,15,10,19,13,18,12,22,16,22,15,26,19,26,

%U 18,30,22,30,22,35,26,35,26

%N Expansion of 1/((1-x^4)(1-x^8)(1-x^9)(1-x^10)).

%H <a href="/index/Rec#order_31">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, -1, -1, -1, 0, 0, -1, -1, -1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, -1).

%F G.f.: 1/((1-x^4)*(1-x^8)*(1-x^9)*(1-x^10)).

%t CoefficientList[Series[1/((1-x^4)(1-x^8)(1-x^9)(1-x^10)), {x, 0, 100}], x] (* _Jinyuan Wang_, Mar 11 2020 *)

%K nonn,easy

%O 0,9

%A _N. J. A. Sloane_