OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (28,-277,1134,-1584).
FORMULA
a(0)=1, a(1)=28, a(2)=507, a(3)=7574, a(n)=28*a(n-1)-277*a(n-2)+ 1134*a(n-3)- 1584*a(n-4). - Harvey P. Dale, Jan 04 2013
a(n)=(11^(n+3)-4*8^(n+3)+4*6^(n+3)-3^(n+3))/120. [Yahia Kahloune, May 31 2013]
MATHEMATICA
CoefficientList[Series[1/((1-3x)(1-6x)(1-8x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{28, -277, 1134, -1584}, {1, 28, 507, 7574}, 30] (* Harvey P. Dale, Jan 04 2013 *)
PROG
(PARI) Vec(1/(1-3*x)/(1-6*x)/(1-8*x)/(1-11*x)+O(x^99)) \\ Charles R Greathouse IV, May 31 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved