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
1, 15, 105, 455, 1365, 3003, 5005, 6435, 6435, 5005, 3003, 1365, 455, 105, 15, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 15 of A007318.
LINKS
MAPLE
seq(binomial(15, n), n=0..15); # Nathaniel Johnston, Jun 23 2011
MATHEMATICA
q = 15; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* Vladimir Joseph Stephan Orlovsky, Jul 09 2011 *)
Binomial[15, Range[0, 15]] (* Harvey P. Dale, Jul 12 2014 *)
PROG
(Sage) [binomial(15, m) for m in range(16)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(15, n): n in [0..15]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A047640 A296912 A202288 * A282350 A076767 A022610
KEYWORD
nonn,fini,full,easy
AUTHOR
STATUS
approved

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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)