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

A010946
Binomial coefficient C(30,n).
0
1, 30, 435, 4060, 27405, 142506, 593775, 2035800, 5852925, 14307150, 30045015, 54627300, 86493225, 119759850, 145422675, 155117520, 145422675, 119759850, 86493225, 54627300, 30045015, 14307150, 5852925, 2035800, 593775, 142506, 27405, 4060, 435, 30, 1
OFFSET
0,2
COMMENTS
Row 30 of A007318.
MAPLE
seq(binomial(30, n), n=0..30); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[30, Range[0, 30]] (* Harvey P. Dale, Jul 17 2016 *)
PROG
(Sage) [binomial(30, n) for n in range(31)] # Zerinvary Lajos, May 21 2009
(Magma) [Binomial(30, n): n in [0..30]]; // Vincenzo Librandi, Jan 28 2018
CROSSREFS
Sequence in context: A161623 A210431 A296919 * A022625 A125465 A215193
KEYWORD
nonn,fini,full,easy
STATUS
approved