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”).

A107319
a(n) = C(n+8,8)*C(n+6,6).
0
1, 63, 1260, 13860, 103950, 594594, 2774772, 11042460, 38648610, 121671550, 350414064, 935402832, 2338507080, 5521090680, 12394285200, 26606398896, 54875697723, 109181751525, 210275965900, 393175282500, 715579014150, 1270517841450, 2205030964500, 3747302149500
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (15,-105,455,-1365,3003,-5005,6435,-6435,5005,-3003,1365,-455,105,-15,1).
FORMULA
From Amiram Eldar, Sep 08 2022: (Start)
Sum_{n>=0} 1/a(n) = 6336*Pi^2 - 76602676/1225.
Sum_{n>=0} (-1)^n/a(n) = 1365906/1225 - 80*Pi^2 - 16384*log(2)/35. (End)
EXAMPLE
If n=0 then C(0+8,8)*C(0+6,6) = C(8,8)*C(6,6) = 1*1 = 1.
If n=6 then C(6+8,8)*C(6+6,6) = C(14,8)*C(12,6) = 3003*924 = 2774772.
MATHEMATICA
Table[Binomial[n+8, 8]Binomial[n+6, 6], {n, 0, 20}] (* Harvey P. Dale, Sep 02 2016 *)
CROSSREFS
Sequence in context: A230660 A132465 A202983 * A243214 A341569 A005463
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, May 21 2005
EXTENSIONS
More terms from Harvey P. Dale, Sep 02 2016
STATUS
approved