So I am considering for which values of n is $a_n =\frac{1}{n}\binom{n}{r}$ an integer for all $ 1\leq r \leq n-1 $.
The first thing I did was to check the Pascal Triangle. So I guess n has to be prime.
I can show that if n is prime then $a_n$ is an integer. Is n necessarily a prime ? How can I prove the converse ?
If $ p |n$ and $p< n$ we have $$\frac{1}{n} \binom{n}{p} = \frac{(n-1)\dots(n-p+1)}{p!}$$
This cannot be an integer as $p| p!$ and $p \nmid (n-1)\dots(n-p+1)$.