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!)
A010931 Binomial coefficient C(15,n). 0

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

%S 1,15,105,455,1365,3003,5005,6435,6435,5005,3003,1365,455,105,15,1

%N Binomial coefficient C(15,n).

%C Row 15 of A007318.

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

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

%t Binomial[15,Range[0,15]] (* _Harvey P. Dale_, Jul 12 2014 *)

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

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

%Y Cf. A010926-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 20 06:10 EDT 2024. Contains 374441 sequences. (Running on oeis4.)