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!)
A010940 Binomial coefficient C(24,n). 3
1, 24, 276, 2024, 10626, 42504, 134596, 346104, 735471, 1307504, 1961256, 2496144, 2704156, 2496144, 1961256, 1307504, 735471, 346104, 134596, 42504, 10626, 2024, 276, 24, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 24 of A007318.
LINKS
MAPLE
seq(binomial(24, n), n=0..24); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
q = 24; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* Vladimir Joseph Stephan Orlovsky, Jul 10 2011 *)
Binomial[24, Range[0, 24]] (* Harvey P. Dale, Jun 03 2014 *)
PROG
(Sage) [binomial(24, m) for m in range(25)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(24, n): n in [0..24]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A187048 A000915 A006665 * A045854 A014809 A007191
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 26 20:34 EDT 2024. Contains 372004 sequences. (Running on oeis4.)