Let's consider such function:
$$f(N) = 1^1\cdot 2^2\cdot 3^3 \dots (N-1)^{N-1}\cdot N^N.$$
Does the expression $$\frac{f(N)}{f(r)\cdot f(N-r)}$$
is always integer? Can you give me any hint about how to check it?
Let's consider such function:
$$f(N) = 1^1\cdot 2^2\cdot 3^3 \dots (N-1)^{N-1}\cdot N^N.$$
Does the expression $$\frac{f(N)}{f(r)\cdot f(N-r)}$$
is always integer? Can you give me any hint about how to check it?
Copyright © 2021 JogjaFile Inc.
Answer: Yes, it is always integer.
Hint: write $f(n)=\frac{n!^{n+1}}{n!(n-1)!\cdots1!}$.
Full solution: (It's a matter of puzzling with the factors)