login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A107395
a(n) = C(n+4,4)*C(n+6,4).
1
15, 175, 1050, 4410, 14700, 41580, 103950, 235950, 495495, 975975, 1821820, 3248700, 5569200, 9224880, 14825700, 23197860, 35441175, 52997175, 77729190, 112015750, 158858700, 222007500, 306101250, 416830050, 561117375, 747325215, 985483800, 1287547800
OFFSET
0,1
LINKS
FORMULA
From Amiram Eldar, Sep 06 2022: (Start)
Sum_{n>=0} 1/a(n) = 16*Pi^2 - 3946/25.
Sum_{n>=0} (-1)^n/a(n) = 1776/25 - 512*log(2)/5. (End)
EXAMPLE
If n=0 then C(0+4,4)*C(0+6,4) = C(4,4)*C(6,4) = 1*15 = 15.
If n=9 then C(9+4,4)*C(9+6,4) = C(13,4)*C(15,4) = 715*1365 = 975975.
MATHEMATICA
Table[Binomial[n+4, 4]Binomial[n+6, 4], {n, 0, 30}] (* Harvey P. Dale, Jun 07 2019 *)
CROSSREFS
Cf. A062196.
Sequence in context: A339547 A082678 A331516 * A036083 A346320 A051588
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, May 25 2005
EXTENSIONS
More terms from Harvey P. Dale, Jun 07 2019
STATUS
approved