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!)
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; text; internal format)
OFFSET
0,2
COMMENTS
Row 20 of A007318.
LINKS
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}]] (* Vladimir Joseph Stephan Orlovsky, Jul 09 2011 *)
PROG
(Sage) [binomial(20, m) for m in range(21)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(20, n): n in [0..20]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A210429 A367780 A047645 * A014806 A022615 A171075
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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)