Following this post, I want to prove that $ \frac{\binom{n}{x_1,x_2...x_n}}{n}$ is an integer when $x_i\neq \{n,0 \}$ for $ 0 \leq i \leq n$ and prime $n$. The motivation is that I am trying to prove Fermat's little theorem.
For those interested , here is my proof so far:
To prove: $a^p - a $ is divisible by $p$
Proof:
$$ a^p -a = (1+1+1... \text{ a times})^p- a = \sum_{x_i \neq \{n,0 \} for 0 \leq i \leq n, } \binom{p}{x_1,x_2...,x_p}$$
Now.. if only if I could show that I could factor out a 'p' from the right most summation and still have an integer,I'd be done.