OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
FORMULA
G.f.: (x^4-4*x^3+6*x^2-3*x+1) / (1-x)^8.
MAPLE
a := n-> 1+ (9960+ (6804+ (2464+ (735+ (175+ (21+ n) *n) *n) *n) *n) *n) *n/5040: seq(a(n), n=0..40);
MATHEMATICA
CoefficientList[Series[(x^4 - 4 x^3 + 6 x^2 - 3 x + 1) / (1 - x)^8, {x, 0, 50}], x] (* Vincenzo Librandi, Jun 06 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Oct 03 2008
STATUS
approved