login
Expansion of 1/((1-x^2)(1-x^5)(1-x^9)).
0

%I #5 Aug 24 2016 12:42:03

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

%T 10,10,11,11,12,12,13,13,14,14,15,16,16,17,17,18,19,19,20,20,22,22,23,

%U 23,24,25,26,26,27,28,29,30

%N Expansion of 1/((1-x^2)(1-x^5)(1-x^9)).

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

%t CoefficientList[Series[1/((1-x^2)(1-x^5)(1-x^9)),{x,0,100}],x] (* or *) LinearRecurrence[{0,1,0,0,1,0,-1,0,1,0,-1,0,0,-1,0,1},{1,0,1,0,1,1,1,1,1,2,2,2,2,2,3,3},100] (* _Harvey P. Dale_, Aug 24 2016 *)

%K nonn

%O 0,10

%A _N. J. A. Sloane_.