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

A010955
Binomial coefficient C(39,n).
1
1, 39, 741, 9139, 82251, 575757, 3262623, 15380937, 61523748, 211915132, 635745396, 1676056044, 3910797436, 8122425444, 15084504396, 25140840660, 37711260990, 51021117810, 62359143990, 68923264410, 68923264410, 62359143990, 51021117810, 37711260990
OFFSET
0,2
COMMENTS
Row 39 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..39 (full sequence)
MAPLE
seq(binomial(39, n), n=0..39); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[39, Range[0, 39]] (* Harvey P. Dale, Sep 12 2017 *)
PROG
(Sage) [binomial(39, n) for n in range(40)] # Zerinvary Lajos, May 21 2009
CROSSREFS
Sequence in context: A341565 A034187 A059609 * A161652 A162168 A162399
KEYWORD
nonn,fini,full,easy
STATUS
approved