OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (25, -200, 560, -384).
FORMULA
a(n) = (21*12^(n+3) - 66*8^(n+3) + 77*4^(n+3) - 32)/7392. [Yahia Kahloune, Jun 26 2013]
a(n) = 25*a(n-1)-200*a(n-2)+560*a(n-3)-384*a(n-4). - Wesley Ivan Hurt, May 04 2021
MATHEMATICA
CoefficientList[Series[1 / ((1 - x) (1 - 4 x) (1 - 8 x) (1 - 12 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 11 2013 *)
LinearRecurrence[{25, -200, 560, -384}, {1, 25, 425, 6185}, 20] (* Harvey P. Dale, Dec 15 2014 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved