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!)
A010935 Binomial coefficient C(19,n). 0
1, 19, 171, 969, 3876, 11628, 27132, 50388, 75582, 92378, 92378, 75582, 50388, 27132, 11628, 3876, 969, 171, 19, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 19 of A007318.
LINKS
MAPLE
seq(binomial(19, n), n=0..19); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
q = 19; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* Vladimir Joseph Stephan Orlovsky, Jul 09 2011 *)
Binomial[19, Range[0, 19]] (* Harvey P. Dale, Jul 15 2018 *)
PROG
(Sage) [binomial(19, m) for m in range(20)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(19, n): n in [0..19]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A036155 A224935 A047644 * A282288 A022614 A322878
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)