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(36,n).
1

%I #19 Nov 06 2024 11:47:16

%S 1,36,630,7140,58905,376992,1947792,8347680,30260340,94143280,

%T 254186856,600805296,1251677700,2310789600,3796297200,5567902560,

%U 7307872110,8597496600,9075135300,8597496600,7307872110,5567902560,3796297200,2310789600,1251677700

%N Binomial coefficient C(36,n).

%C Row 36 of A007318.

%H Nathaniel Johnston, <a href="/A010952/b010952.txt">Table of n, a(n) for n = 0..36</a> (full sequence)

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

%t Binomial[36,Range[0,36]] (* _Harvey P. Dale_, Nov 06 2024 *)

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

%Y Cf. A010926..A011001.

%K nonn,fini,full,easy

%O 0,2

%A _N. J. A. Sloane_