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.

A104676 a(n) = binomial(n+2,2) * binomial(n+7,2).

Original entry on oeis.org

21, 84, 216, 450, 825, 1386, 2184, 3276, 4725, 6600, 8976, 11934, 15561, 19950, 25200, 31416, 38709, 47196, 57000, 68250, 81081, 95634, 112056, 130500, 151125, 174096, 199584, 227766, 258825, 292950, 330336, 371184, 415701, 464100, 516600, 573426, 634809, 700986
Offset: 0

Views

Author

Zerinvary Lajos, Apr 22 2005

Keywords

Examples

			If n=0 then C(0+2,0+0)*C(0+7,2) = C(2,0)*C(7,2) = 1*21 = 21.
If n=8 then C(8+2,8+0)*C(8+7,2) = C(10,8)*C(15,2) = 45*105 = 4725.
		

Crossrefs

Subsequence of A085780.

Programs

Formula

From R. J. Mathar, Nov 29 2015: (Start)
a(n) = A000217(n+1) * A000217(n+6).
G.f.: 3*(7 - 7*x + 2*x^2)/(1-x)^5. (End)
a(n) = 5*a(n-1)-10*a(n-2)+10*a(n-3)-5*a(n-4)+a(n-5). - Wesley Ivan Hurt, Jan 25 2022
From Amiram Eldar, Aug 30 2022: (Start)
Sum_{n>=0} 1/a(n) = 7/100.
Sum_{n>=0} (-1)^n/a(n) = 7/180. (End)
E.g.f.: (1/4)*(84 + 252*x + 138*x^2 + 22*x^3 + x^4)*exp(x). - G. C. Greubel, Mar 01 2025