I am trying to figure out if the following expression:
(n^2 - n)! / ( n! ((n-1)!)^n ) is an integer for all positive integer n.
I tried the induction, but the induction case is running into problems. So, I was looking at permutation/combination problems, but so far, I couldn't come up with a convincing argument.
Does anybody has any thoughts on this to share ?