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 coefficients C(9,n).
1

%I #7 Nov 11 2022 11:57:11

%S 1,9,36,84,126,126,84,36,9,1

%N Binomial coefficients C(9,n).

%C Row 9 of A007318.

%p [seq(binomial(9,n), n=0..10)];

%t Table[Binomial[9,n],{n,0,10}] (* _Harvey P. Dale_, Nov 11 2022 *)

%Y Cf. A010926-A011001.

%K nonn,fini,full,easy

%O 0,2

%A _N. J. A. Sloane_, May 02 2017