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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010934 Binomial coefficient C(18,n). 0
1, 18, 153, 816, 3060, 8568, 18564, 31824, 43758, 48620, 43758, 31824, 18564, 8568, 3060, 816, 153, 18, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Row 18 of A007318.

MAPLE

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

MATHEMATICA

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

CROSSREFS

Cf. A010926-A011001.

Sequence in context: A197214 A027182 A047643 * A022613 A060221 A171741

Adjacent sequences:  A010931 A010932 A010933 * A010935 A010936 A010937

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:46 EST 2012. Contains 205835 sequences.