OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (24, -187, 516, -352).
FORMULA
a(0)=1, a(1)=24, a(2)=389, a(3)=5364, a(n)=24*a(n-1)-187*a(n-2)+ 516*a(n-3)- 352*a(n-4). - Harvey P. Dale, Dec 27 2012
a(n) = (14*11^(n+3) - 35*8^(n+3) + 35*4^(n+3) - 14)/2940. [Yahia Kahloune, Jul 05 2013]
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-4x)(1-8x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{24, -187, 516, -352}, {1, 24, 389, 5364}, 30] (* Harvey P. Dale, Dec 27 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved