login

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

Expansion of 1/((1-2x)(1-10x)(1-11x)(1-12x)).
0

%I #8 Jul 06 2021 15:33:58

%S 1,35,797,14959,251349,3931431,58494829,838932143,11699121797,

%T 159590758327,2138803364061,28251497273727,368712393238645,

%U 4763687404354823,61019774392655693,775898073656236111

%N Expansion of 1/((1-2x)(1-10x)(1-11x)(1-12x)).

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (35,-428,2044,-2640).

%F a(n)=(36*12^(n+3)-80*11^(n+3)+45*10^(n+3)-2^(n+3))/720. [_Yahia Kahloune_, May 30 2013].

%t CoefficientList[Series[1/((1-2x)(1-10x)(1-11x)(1-12x)),{x,0,30}],x] (* or *) LinearRecurrence[{35,-428,2044,-2640},{1,35,797,14959},30] (* _Harvey P. Dale_, Jul 06 2021 *)

%K nonn

%O 0,2

%A _N. J. A. Sloane_.