login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010926 Binomial coefficients C(10,n). 91

%I #26 Sep 08 2022 08:44:37

%S 1,10,45,120,210,252,210,120,45,10,1

%N Binomial coefficients C(10,n).

%C Row 10 of A007318.

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

%t q = 10; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* _Vladimir Joseph Stephan Orlovsky_, Jul 09 2011 *)

%o (Sage) [binomial(10,m) for m in range(11)] # _Zerinvary Lajos_, Apr 21 2009

%o (PARI) a(n)=binomial(10,n) \\ _Charles R Greathouse IV_, Jan 08 2013

%o (Magma) [Binomial(10, n): n in [0..10]]; // _Vincenzo Librandi_, Jun 12 2013

%Y Cf. A285198, A010927-A011001.

%K nonn,fini,full,easy

%O 0,2

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 23 13:44 EDT 2024. Contains 374549 sequences. (Running on oeis4.)