login

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

Expansion of 1/((1-x^2)*(1-x^5)*(1-x^8)*(1-x^9)).
1

%I #11 Mar 15 2020 21:21:25

%S 1,0,1,0,1,1,1,1,2,2,3,2,3,3,4,4,5,5,7,6,8,7,9,9,11,11,13,13,15,15,17,

%T 17,20,20,23,23,26,26,29,29,33,33,37,37,41,42,45,46,50,51,56,56,61,62,

%U 67,68,73,74,80,81,87,88

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

%C Number of partitions of n into parts 2, 5, 8, and 9. - _Joerg Arndt_, Jun 02 2014

%H Vincenzo Librandi, <a href="/A029204/b029204.txt">Table of n, a(n) for n = 0..1000</a>

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

%t CoefficientList[Series[1/((1 - x^2) (1 - x^5) (1 - x^8) (1 - x^9)), {x, 0, 100}], x] (* _Vincenzo Librandi_, Jun 02 2014 *)

%o (PARI) Vec(1/((1-x^2)*(1-x^5)*(1-x^8)*(1-x^9)) + O(x^80)) \\ _Jinyuan Wang_, Mar 15 2020

%K nonn,easy

%O 0,9

%A _N. J. A. Sloane_