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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010933 Binomial coefficient C(17,n). 0
1, 17, 136, 680, 2380, 6188, 12376, 19448, 24310, 24310, 19448, 12376, 6188, 2380, 680, 136, 17, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Row 17 of A007318.

MAPLE

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

MATHEMATICA

q = 17; 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(17, m) for m in range(18)] [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 21 2009]

CROSSREFS

Cf. A010926-A011001.

Sequence in context: A126512 A196783 A047642 * A022612 A205815 A060220

Adjacent sequences:  A010930 A010931 A010932 * A010934 A010935 A010936

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 15 17:13 EST 2012. Contains 205828 sequences.