OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (29,-275,907,-660).
FORMULA
a(0)=1, a(1)=29, a(2)=566, a(3)=9346; for n>3, a(n) = 29*a(n-1)- 275*a(n-2)+ 907*a(n-3)- 660*a(n-4). [Harvey P. Dale, Jun 20 2011]
a(n) = (5*2^(2*n+7)*3^(n+3)+11*5^(n+3)-14*11^(n+3)-21)/9240. [Harvey P. Dale, Jun 20 2011]
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-5x)(1-11x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{29, -275, 907, -660}, {1, 29, 566, 9346}, 30] (* Harvey P. Dale, Jun 20 2011 *)
PROG
(Magma) m:=25; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x)*(1-5*x)*(1-11*x)*(1-12*x)))); // Vincenzo Librandi, Jul 12 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved