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

A010949
Binomial coefficient C(33,n).
1
1, 33, 528, 5456, 40920, 237336, 1107568, 4272048, 13884156, 38567100, 92561040, 193536720, 354817320, 573166440, 818809200, 1037158320, 1166803110, 1166803110, 1037158320, 818809200, 573166440, 354817320, 193536720, 92561040, 38567100, 13884156
OFFSET
0,2
COMMENTS
Row 33 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..33 (full sequence)
MAPLE
seq(binomial(33, n), n=0..33); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Table[Binomial[33, n], {n, 0, 100}] (* Wesley Ivan Hurt, Dec 01 2013 *)
PROG
(Sage) [binomial(33, n) for n in range(34)] # Zerinvary Lajos, May 21 2009
CROSSREFS
Sequence in context: A214144 A342199 A002608 * A161646 A161988 A162380
KEYWORD
nonn,fini,full,easy
STATUS
approved