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!)
A010938 Binomial coefficient C(22,n). 0
1, 22, 231, 1540, 7315, 26334, 74613, 170544, 319770, 497420, 646646, 705432, 646646, 497420, 319770, 170544, 74613, 26334, 7315, 1540, 231, 22, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row 22 of A007318.
LINKS
MAPLE
seq(binomial(22, n), n=0..22); # Nathaniel Johnston, Jun 24 2011
MATHEMATICA
q = 22; Join[{a = 1}, Table[a = (q - n)*a/(n + 1), {n, 0, q - 1}]] (* Vladimir Joseph Stephan Orlovsky, Jul 09 2011 *)
PROG
(Sage) [binomial(22, m) for m in range(23)] # Zerinvary Lajos, Apr 21 2009
(Magma) [Binomial(22, n): n in [0..22]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Sequence in context: A008948 A003909 A047647 * A022617 A082205 A003205
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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)