Show that, for every $n \in \Bbb N$, the following number is natural: $$\frac {(n!)!} {{n!}^{(n-1)!}}$$. I dont't know how to prove, as I tried to find a way including combinatorics.
2026-04-05 13:30:58.1775395858
Problem involving factorials (divisibility)
162 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Using the multinomial coefficient approach, we have
$$(n!)!\over n!\cdot n!\cdots n!$$
and the $\cdots$ represent the product over $(n-1)!$ total terms. Since each term is $n!$, we simply sum these indices and arrive at $n\sum_{i=0}^{(n-1)!}1=n!$, and we get the multinomial coefficient
$$\binom {n!}{n,n,n,\dots,n}$$
which is always an integer.