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

A010952
Binomial coefficient C(36,n).
1
1, 36, 630, 7140, 58905, 376992, 1947792, 8347680, 30260340, 94143280, 254186856, 600805296, 1251677700, 2310789600, 3796297200, 5567902560, 7307872110, 8597496600, 9075135300, 8597496600, 7307872110, 5567902560, 3796297200, 2310789600, 1251677700
OFFSET
0,2
COMMENTS
Row 36 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..36 (full sequence)
MAPLE
seq(binomial(36, n), n=0..36); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[36, Range[0, 36]] (* Harvey P. Dale, Nov 06 2024 *)
PROG
(Sage) [binomial(36, n) for n in range(37)] # Zerinvary Lajos, May 21 2009
CROSSREFS
Sequence in context: A342900 A160316 A210432 * A323980 A287990 A283630
KEYWORD
nonn,fini,full,easy
STATUS
approved