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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010936 Binomial coefficient C(20,n). 0
1, 20, 190, 1140, 4845, 15504, 38760, 77520, 125970, 167960, 184756, 167960, 125970, 77520, 38760, 15504, 4845, 1140, 190, 20, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Row 20 of A007318.

MAPLE

seq(binomial(20, n), n=0..20); # Nathaniel Johnston, Jun 24 2011

MATHEMATICA

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

CROSSREFS

Cf. A010926-A011001.

Sequence in context: A000144 A177073 A047645 * A014806 A022615 A171075

Adjacent sequences:  A010933 A010934 A010935 * A010937 A010938 A010939

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 22:48 EST 2012. Contains 206085 sequences.