OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
G.f.: (243+159593*x+1513438*x^2+1903218*x^3+352543*x^4+3125*x^5)/(x-1)^6 . - R. J. Mathar, Jul 14 2016
MATHEMATICA
Table[(8 n + 3)^5, {n, 0, 40}] (* Bruno Berselli, Sep 17 2015 *)
PROG
(Magma) [(8*n+3)^5: n in [0..30]]; // Vincenzo Librandi, Jul 12 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved