OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (28,-287,1268,-2016).
FORMULA
From Vincenzo Librandi, Mar 17 2011: (Start)
a(n) = 28*a(n-1) - 287*a(n-2) + 1268*a(n-3) - 2016*a(n-4), n >= 4.
a(n) = 17*a(n-1) - 72*a(n-2) + (7^(n+1) - 4^(n+1)/3), n >= 2. (End)
a(n) = -2*8^(n+2) - 4^(n+2)/15 + 7^(n+3)/6 + 9^(n+3)/10. - R. J. Mathar, Mar 18 2011
MATHEMATICA
LinearRecurrence[{28, -287, 1268, -2016}, {1, 28, 497, 7148}, 30] (* Harvey P. Dale, Oct 17 2011 *)
PROG
(PARI) Vec(1/((1-4*x)*(1-7*x)*(1-8*x)*(1-9*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved