login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010930 Binomial coefficient C(14,n). 0
1, 14, 91, 364, 1001, 2002, 3003, 3432, 3003, 2002, 1001, 364, 91, 14, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Row 14 of A007318.

MAPLE

seq(binomial(14, n), n=0..14); # Nathaniel Johnston, Jun 23 2011

MATHEMATICA

q = 14; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* From Vladimir Joseph Stephan Orlovsky, Jul 09 2011 *)

PROG

(Other) sage: [binomial(14, m) for m in range(15)] [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 21 2009]

CROSSREFS

Cf. A010926-A011001.

Sequence in context: A200191 A047639 A202291 * A022609 A060217 A113776

Adjacent sequences:  A010927 A010928 A010929 * A010931 A010932 A010933

KEYWORD

nonn,fini,full,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 03:37 EST 2012. Contains 205978 sequences.