The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086025 a(n) = Sum_{i=1..n} C(i+4,5)^2. 22
1, 37, 478, 3614, 19490, 82994, 296438, 923702, 2580071, 6588075, 15606084, 34685508, 72976852, 146387476, 281597860, 521971876, 936053677, 1629533233, 2761788434, 4568378450, 7391175350, 11718183750, 18235516650, 27894475050, 41997225075, 62305185111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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
Sequence in context: A142286 A166132 A342901 * A197215 A264419 A197240
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
More terms from R. J. Mathar, Jun 16 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)