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

A196790
Binomial coefficients C(2*n-9,10).
1
11, 286, 3003, 19448, 92378, 352716, 1144066, 3268760, 8436285, 20030010, 44352165, 92561040, 183579396, 348330136, 635745396, 1121099408, 1917334783, 3190187286, 5178066751, 8217822536, 12777711870, 19499099620, 29248649430, 43183019880, 62828356305, 90177170226
OFFSET
10,1
LINKS
FORMULA
G.f.: x^10*(11+165*x+462*x^2+330*x^3+55*x^4+x^5) / (1-x)^11. - R. J. Mathar, Oct 08 2011
From Amiram Eldar, Oct 21 2022: (Start)
Sum_{n>=10} 1/a(n) = 447187/252 - 2560*log(2).
Sum_{n>=10} (-1)^n/a(n) = 40*Pi + 80*log(2) - 6517/36. (End)
MATHEMATICA
a[n_] := Binomial[2*n - 9, 10]; Array[a, 20, 10] (* Amiram Eldar, Oct 21 2022 *)
PROG
(Magma) [Binomial(2*n-9, 10): n in [10..40]];
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 07 2011
STATUS
approved