OFFSET
1,2
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
John Engbers and Christopher Stocker, Two Combinatorial Proofs of Identities Involving Sums of Powers of Binomial Coefficients, Integers 16 (2016), #A58.
Index entries for linear recurrences with constant coefficients, signature (12,-66,220,-495,792,-924,792,-495, 220,-66,12,-1).
FORMULA
From R. J. Mathar, Jun 16 2010: (Start)
G.f.: x*(1+x)*(x^4+24*x^3+76*x^2+24*x+1)/(x-1)^12.
a(n) = n*(2*n+5)*(n+5)*(n+4)*(n+3)*(n+2)*(n+1)*(63*n^4 +630*n^3 +1855*n^2 +1400*n +12) / 19958400. (End)
MATHEMATICA
Table[n*(2*n+5)*(n+5)*(n+4)*(n+3)*(n+2)*(n+1)*(63*n^4 +630*n^3 +1855*n^2 +1400*n +12)/19958400, {n, 1, 30}] (* G. C. Greubel, Nov 22 2017 *)
PROG
(PARI) for(n=1, 30, print1(sum(i=1, n, binomial(i+4, 5)^2), ", ")) \\ G. C. Greubel, Nov 22 2017
(Magma) [n*(2*n+5)*(n+5)*(n+4)*(n+3)*(n+2)*(n+1)*(63*n^4 +630*n^3 +1855*n^2 +1400*n +12)/19958400: n in [1..30]]; // G. C. Greubel, Nov 22 2017
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
André F. Labossière, Jul 11 2003
EXTENSIONS
More terms from R. J. Mathar, Jun 16 2010
STATUS
approved