OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
G.f.: -(81*x^4 + 9595*x^3 + 34331*x^2 + 13361*x + 256) / (x-1)^5. - Colin Barker, Oct 21 2015
MATHEMATICA
(7*Range[0, 20] + 4)^4 (* Harvey P. Dale, Mar 03 2012 *)
PROG
(Magma) [(7*n+4)^4: n in [0..40] ]; // Vincenzo Librandi, Jul 16 2011
(PARI) Vec(-(81*x^4+9595*x^3+34331*x^2+13361*x+256)/(x-1)^5 + O(x^50)) \\ Colin Barker, Oct 21 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved