The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A010943 Binomial coefficient C(27,n). 0
1, 27, 351, 2925, 17550, 80730, 296010, 888030, 2220075, 4686825, 8436285, 13037895, 17383860, 20058300, 20058300, 17383860, 13037895, 8436285, 4686825, 2220075, 888030, 296010, 80730, 17550, 2925, 351, 27, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 27 of A007318.
LINKS
MAPLE
seq(binomial(27, n), n=0..27); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
q = 27; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* Vladimir Joseph Stephan Orlovsky, Jul 10 2011 *)
Binomial[27, Range[0, 27]] (* Harvey P. Dale, Apr 06 2019 *)
PROG
(Sage) [binomial(27, m) for m in range(28)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(27, n): n in [0..27]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A125439 A339250 A202289 * A022622 A030648 A223278
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 May 17 00:45 EDT 2024. Contains 372555 sequences. (Running on oeis4.)