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!)
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; text; internal format)
OFFSET
0,2
COMMENTS
Row 18 of A007318.
LINKS
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}]] (* Vladimir Joseph Stephan Orlovsky, Jul 09 2011 *)
PROG
(Sage) [binomial(18, m) for m in range(19)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(18, n): n in [0..18]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A235397 A252971 A047643 * A022613 A060221 A244876
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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)