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!)
A010941 Binomial coefficient C(25,n). 1
1, 25, 300, 2300, 12650, 53130, 177100, 480700, 1081575, 2042975, 3268760, 4457400, 5200300, 5200300, 4457400, 3268760, 2042975, 1081575, 480700, 177100, 53130, 12650, 2300, 300, 25, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 25 of A007318.
LINKS
MAPLE
seq(binomial(25, n), n=0..25); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
q = 25; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* Vladimir Joseph Stephan Orlovsky, Jul 10 2011 *)
Binomial[25, Range[0, 25]] (* Harvey P. Dale, Apr 13 2020 *)
PROG
(Sage) [binomial(25, m) for m in range(26)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(25, n): n in [0..25]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A158990 A079873 A078488 * A022620 A367457 A042206
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 24 12:20 EDT 2024. Contains 371937 sequences. (Running on oeis4.)