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!)
A010933 Binomial coefficient C(17,n). 1
1, 17, 136, 680, 2380, 6188, 12376, 19448, 24310, 24310, 19448, 12376, 6188, 2380, 680, 136, 17, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 17 of A007318.
LINKS
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}]] (* Vladimir Joseph Stephan Orlovsky, Jul 09 2011 *)
Binomial[17, Range[0, 17]] (* Harvey P. Dale, May 14 2017 *)
PROG
(Sage) [binomial(17, m) for m in range(18)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(17, n): n in [0..17]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A297018 A196783 A047642 * A022612 A205815 A060220
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 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)