OFFSET
0,1
COMMENTS
Equals the fifth right hand column of A175136.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
MAPLE
MATHEMATICA
LinearRecurrence[{5, -10, 10, -5, 1}, {8, 46, 150, 370, 770}, 30] (* or *) CoefficientList[Series[(8+6*x)/(1-x)^5, {x, 0, 50}], x] (* G. C. Greubel, Jan 10 2018 *)
PROG
(Magma) [(7*n^4+58*n^3+173*n^2+218*n+96)/12: n in [0..50]]; // Vincenzo Librandi, May 07 2011
(PARI) x='x+O('x^30); Vec((8+6*x)/(1-x)^5) \\ G. C. Greubel, Jan 10 2018
(PARI) for(n=0, 50, print1((7*n^4 +58*n^3 +173*n^2 +218*n +96)/12, ", ")) \\ G. C. Greubel, Jan 10 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Johannes W. Meijer, May 06 2011
STATUS
approved