OFFSET
0,8
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (6, -15, 20, -15, 5, 5, -15, 20, -15, 5, 5, -15, 20, -15, 5, 5, -15, 20, -15, 5, 5, -15, 20, -15, 6, -1).
FORMULA
G.f.: x^6*(x^19 -4*x^18 +8*x^17 -8*x^16 +4*x^15 -3*x^13 +6*x^12 -6*x^11 +3*x^10 -2*x^8 +4*x^7 -4*x^6 +2*x^5 -x^3 +2*x^2 -2*x +1) / ((x -1)^6*(x^20 +x^15 +x^10 +x^5 +1)). [Colin Barker, Jan 23 2013]
MAPLE
seq(floor(binomial(n, 5)/5), n=0..37); # Zerinvary Lajos, Jan 12 2009
MATHEMATICA
Floor[Binomial[Range[0, 40], 5]/5] (* Harvey P. Dale, Jan 21 2013 *)
CoefficientList[Series[x^6 (x^19 - 4 x^18 + 8 x^17 - 8 x^16 + 4 x^15 - 3 x^13 + 6 x^12 - 6 x^11 + 3 x^10 - 2 x^8 + 4 x^7 - 4 x^6 + 2 x^5 - x^3 + 2 x^2 - 2 x + 1)/((x - 1)^6 (x^20 + x^15 + x^10 + x^5 + 1)), {x, 0, 50}], x] (* Vincenzo Librandi, Oct 15 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Jan 23 2013
STATUS
approved