OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (14,-91,364,-1001,2002,-3003,3432,-3003,2002,-1001,364,-91,14,-1).
FORMULA
From G. C. Greubel, Jul 27 2016: (Start)
G.f.: x*(1 + 4114*x + 739825*x^2 + 22766400*x^3 + 211641930*x^4 + 752809428*x^5 + 1137586002*x^6 + 752812080*x^7 + 211639605*x^8 + 22767050*x^9 + 739901*x^10 + 4064*x^11)/(1 - x)^14.
E.g.f.: (1/2)*x*(2 + 4126*x + 261715*x^2 + 2532595*x^3 + 7508516*x^4 + 9321313*x^5 + 5715424*x^6 + 1899612*x^7 + 359502*x^8 + 39325*x^9 + 2431*x^10 + 78*x^11 + x^12)*exp(x). (End)
MATHEMATICA
Table[n^6*(n^7 + 1)/2 , {n, 0, 25}] (* G. C. Greubel, Jul 27 2016 *)
PROG
(Magma) [n^6*(n^7+1)/2: n in [0..30]]; // Vincenzo Librandi, Aug 29 2011
(PARI) a(n)=n^6*(n^7+1)/2 \\ Charles R Greathouse IV, Jul 28 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved