Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A010939 Binomial coefficient C(23,n). 0
1, 23, 253, 1771, 8855, 33649, 100947, 245157, 490314, 817190, 1144066, 1352078, 1352078, 1144066, 817190, 490314, 245157, 100947, 33649, 8855, 1771, 253, 23, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 23 of A007318.
LINKS
MAPLE
seq(binomial(23, n), n=0..23); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
q = 23; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* Vladimir Joseph Stephan Orlovsky, Jul 10 2011 *)
Binomial[23, Range[0, 23]] (* Harvey P. Dale, Oct 09 2013 *)
PROG
(Sage) [binomial(23, m) for m in range(24)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(23, n): n in [0..23]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A061977 A034777 A047648 * A022618 A042018 A125411
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 August 18 18:17 EDT 2024. Contains 375273 sequences. (Running on oeis4.)