login
Expansion of 1/((1-x^4)(1-x^5)(1-x^6)(1-x^10)).
0

%I #8 Dec 15 2021 15:42:29

%S 1,0,0,0,1,1,1,0,1,1,3,1,2,1,3,3,4,2,4,3,7,4,6,4,8,7,9,6,10,8,14,9,13,

%T 10,16,14,18,13,19,16,25,18,24,19,28,25,31,24,33,28,40,31,40,33,45,40,

%U 49,40,52,45,61,49,61,52

%N Expansion of 1/((1-x^4)(1-x^5)(1-x^6)(1-x^10)).

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

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

%t LinearRecurrence[{0,0,0,1,1,1,0,0,-1,0,-1,0,0,-1,0,-1,0,0,1,1,1,0,0,0,-1},{1,0,0,0,1,1,1,0,1,1,3,1,2,1,3,3,4,2,4,3,7,4,6,4,8},80] (* _Harvey P. Dale_, Dec 15 2021 *)

%K nonn,easy

%O 0,11

%A _N. J. A. Sloane_