login
Expansion of 1/((1-x^3)(1-x^7)(1-x^10)(1-x^11)).
0

%I #6 Mar 12 2020 07:28:01

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

%T 9,9,9,10,11,11,12,13,14,14,15,16,16,17,18,19,20,21,22,23,24,25,26,27,

%U 28,29,31,32,33,35,36,37,39

%N Expansion of 1/((1-x^3)(1-x^7)(1-x^10)(1-x^11)).

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

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

%K nonn,easy

%O 0,11

%A _N. J. A. Sloane_