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!)
A022914 Multinomial coefficients(TOP, BOTTOM), where TOP = 2^n, BOTTOM = ( C(n,0) C(n,1) C(n,2) ... C(n,n) ). 2
1, 2, 12, 1120, 50450400, 1387660381886338560, 58833957894412548628347941194431580569600, 54468560860672704568758301042326371229883670125439070950586847311164532855256159027200000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
with(combinat):
a:= n-> multinomial(2^n, seq(binomial(n, i), i=0..n)):
seq(a(n), n=0..8); # Alois P. Heinz, Sep 24 2013
MATHEMATICA
Table[(2^n)!/Product[Binomial[n, k]!, {k, 0, n}], {n, 0, 8}] (* Vaclav Kotesovec, Nov 24 2023 *)
CROSSREFS
Cf. A051459.
Sequence in context: A006751 A023989 A001389 * A177361 A138486 A022482
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from James A. Sellers, May 02 2000
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 20 02:14 EDT 2024. Contains 371798 sequences. (Running on oeis4.)