OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (20,-103,84).
FORMULA
a(0)=1, a(1)=20, a(n) = 19*a(n-1) - 84*a(n-2) + 1. - Vincenzo Librandi, Feb 10 2011
a(n) = (6*12^(n+2) - 11*7^(n+2) + 5)/330. - Yahia Kahloune, Jul 09 2013
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-7x)(1-12x)), {x, 0, 30}], x] (* Harvey P. Dale, Nov 25 2018 *)
PROG
(PARI) Vec(1/((1-x)*(1-7*x)*(1-12*x)) + O(x^40)) \\ Michel Marcus, Sep 04 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved