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: -(625*x^4+25436*x^3+57926*x^2+14236*x+81)/(x-1)^5. [Colin Barker, Oct 11 2012]
MATHEMATICA
Table[(8 n + 3)^4, {n, 0, 40}] (* Bruno Berselli, Sep 17 2015 *)
PROG
(Magma) [(8*n+3)^4: n in [0..30]]; // Vincenzo Librandi, Jul 12 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved