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

A010947
Binomial coefficient C(31,n).
1
1, 31, 465, 4495, 31465, 169911, 736281, 2629575, 7888725, 20160075, 44352165, 84672315, 141120525, 206253075, 265182525, 300540195, 300540195, 265182525, 206253075, 141120525, 84672315, 44352165, 20160075, 7888725, 2629575, 736281, 169911, 31465, 4495, 465
OFFSET
0,2
COMMENTS
Row 31 of A007318.
LINKS
Nathaniel Johnston, Table of n, a(n) for n = 0..31 (full sequence)
MAPLE
seq(binomial(31, n), n=0..31); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
Binomial[31, Range[0, 30]] (* Harvey P. Dale, Jan 22 2012 *)
PROG
(Sage) [binomial(31, n) for n in range(32)] # Zerinvary Lajos, May 21 2009
CROSSREFS
Sequence in context: A125466 A142280 A160894 * A022626 A042866 A110824
KEYWORD
nonn,fini,full,easy
STATUS
approved