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!)
A010942 Binomial coefficient C(26,n). 0
1, 26, 325, 2600, 14950, 65780, 230230, 657800, 1562275, 3124550, 5311735, 7726160, 9657700, 10400600, 9657700, 7726160, 5311735, 3124550, 1562275, 657800, 230230, 65780, 14950, 2600, 325, 26, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 26 of A007318.
LINKS
MAPLE
seq(binomial(26, n), n=0..26); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
q = 26; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* Vladimir Joseph Stephan Orlovsky, Jul 10 2011 *)
Binomial[26, Range[0, 26]] (* Harvey P. Dale, Jun 02 2013 *)
PROG
(Sage) [binomial(26, m) for m in range(27)] # Zerinvary Lajos, Apr 21 2009]
(Magma) [Binomial(26, n): n in [0..26]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A232064 A030647 A202292 * A022621 A085743 A205494
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 March 29 03:51 EDT 2024. Contains 371264 sequences. (Running on oeis4.)