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

Binomial coefficient C(31,n).
1

%I #18 Jan 28 2018 02:30:42

%S 1,31,465,4495,31465,169911,736281,2629575,7888725,20160075,44352165,

%T 84672315,141120525,206253075,265182525,300540195,300540195,265182525,

%U 206253075,141120525,84672315,44352165,20160075,7888725,2629575,736281,169911,31465,4495,465

%N Binomial coefficient C(31,n).

%C Row 31 of A007318.

%H Nathaniel Johnston, <a href="/A010947/b010947.txt">Table of n, a(n) for n = 0..31</a> (full sequence)

%p seq(binomial(31,n), n=0..31); # _Nathaniel Johnston_, Jun 24 2011

%t Binomial[31,Range[0,30]] (* _Harvey P. Dale_, Jan 22 2012 *)

%o (Sage) [binomial(31, n) for n in range(32)] # _Zerinvary Lajos_, May 21 2009

%Y Cf. A010926..A011001.

%K nonn,fini,full,easy

%O 0,2

%A _N. J. A. Sloane_