OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..900
Index entries for linear recurrences with constant coefficients, signature (26, -233, 844, -1056).
FORMULA
a(0)=1, a(1)=26, a(2)=443, a(3)=6304, a(n)=26*a(n-1)-233*a(n-2)+ 844*a(n-3)- 1056*a(n-4). - Harvey P. Dale, Jun 11 2012
a(n) = (5*11^(n+3)-14*8^(n+3)+30*4^(n+3)-21*3^(n+3))/840. - Yahia Kahloune, Jun 07 2013
MATHEMATICA
CoefficientList[Series[1/((1-3x)(1-4x)(1-8x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{26, -233, 844, -1056}, {1, 26, 443, 6304}, 30] (* Harvey P. Dale, Jun 11 2012 *)
PROG
(PARI) Vec(1/((1-3*x)*(1-4*x)*(1-8*x)*(1-11*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved