login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Expansion of 1/((1-x^6)(1-x^8)(1-x^10)(1-x^11)).
0

%I #9 Mar 16 2022 14:22:38

%S 1,0,0,0,0,0,1,0,1,0,1,1,1,0,1,0,2,1,2,1,2,1,3,1,3,1,3,2,4,2,5,2,5,3,

%T 5,3,6,3,7,4,8,5,8,5,9,5,10,6,11,7,12,8,13,8,14,9,15,10,16,11,18,12,

%U 19,13,20,14,22,15,23,16,25,18

%N Expansion of 1/((1-x^6)(1-x^8)(1-x^10)(1-x^11)).

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

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

%t LinearRecurrence[{0,0,0,0,0,1,0,1,0,1,1,0,0,-1,0,-1,-1,-1,-1,0,-1,0,0,1,1,0,1,0,1,0,0,0,0,0,-1},{1,0,0,0,0,0,1,0,1,0,1,1,1,0,1,0,2,1,2,1,2,1,3,1,3,1,3,2,4,2,5,2,5,3,5},80] (* _Harvey P. Dale_, Mar 16 2022 *)

%K nonn,easy

%O 0,17

%A _N. J. A. Sloane_