cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A104678 a(n) = binomial(n+4,4) * binomial(n+9,4).

Original entry on oeis.org

126, 1050, 4950, 17325, 50050, 126126, 286650, 600600, 1178100, 2187900, 3879876, 6613425, 10892700, 17409700, 27096300, 41186376, 61289250, 89475750, 128378250, 181306125, 252378126, 346673250, 470401750, 631098000, 837837000, 1101476376, 1434925800
Offset: 0

Views

Author

Zerinvary Lajos, Apr 22 2005

Keywords

Examples

			If n=0 then C(0+4,0+0)*C(0+9,4) = C(4,0)*C(9,4) = 1*126 = 126.
If n=5 then C(5+4,5+0)*C(5+9,4) = C(9,5)*C(14,4) = 126*1001 = 126126.
		

Crossrefs

Programs

Formula

From R. J. Mathar, Nov 29 2015: (Start)
a(n) = A000332(n+4)*A000332(n+9).
G.f.: ( -126+84*x-36*x^2+9*x^3-x^4 ) / (x-1)^9. (End)
From Amiram Eldar, Aug 30 2022: (Start)
Sum_{n>=0} 1/a(n) = 9/980.
Sum_{n>=0} (-1)^n/a(n) = 1/140. (End)