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

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

%S 1,14,91,364,1001,2002,3003,3432,3003,2002,1001,364,91,14,1

%N Binomial coefficient C(14,n).

%C Row 14 of A007318.

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

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

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

%o (Magma) [Binomial(14, n): n in [0..14]]; // _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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)