If $p$ and $q$ are primes, which binomial coefficients $\binom{pq}{n}$, $1 \le n < pq$, are divisible by $pq$?
In particular, if $p$ and $q$ are distinct odd primes, and $n$ is even, does $pq \mid \binom{pq}{n}$?
This question is inspired by my answer here: Proving that an expression returns a real non-integer number (Number 2)
According to Kummer's theorem (https://en.wikipedia.org/wiki/Binomial_coefficient#Divisibility_properties), "the largest power of $p$ dividing $\binom{m+n}{m}$ equals $p^c$, where $c$ is the number of carries when $m$ and $n$ are added in base $p$."
If $m+n = pq$, $m = pq-n$. So, if there is at least one carry when $n$ and $pq-n$ are added in base $p$, then $p \mid \binom{pq}{n}$. So, we want to know for which $n$ there is at least one carry in base $p$ and base $q$.
An obvious generalization is to ask, if $p, q, \ldots, r$ are primes, which of the binomial coefficients $\binom{pq\cdots r}{n}$ are divisible by $pq\cdots r$. But I don't even know how to do this for two primes.
Note: The answers to this question may be useful: Divisibility of coefficients $\binom{n}{k}$ with fixed composite $n$
Observe, $\begin{pmatrix}15\\10\end{pmatrix}=3003$, which is not divisible by $15$. This contradicts the "in particular". Actually, the "in particular" statement is not a particular case because if $n$ is odd, then $pq-n$ is even and $\begin{pmatrix}pq\\pq-n\end{pmatrix}=\begin{pmatrix}pq\\n\end{pmatrix}$.
More generally, assume that $q>p$, then $q$ divides $(pq)!$ exactly $p$ times. On the other hand, $q$ divides $n!$ exactly $\lfloor n/q\rfloor$ times. Similarly, $q$ divides $(pq-n)!$ exactly $p-\lceil n/q\rceil$ times. Since the difference between $\lfloor n/q\rfloor$ and $\lceil n/q\rceil$ is $1$, $q$ divides the binomial coefficient exactly when $n$ is not a multiple of $q$.
A similar argument will work for studying divisibility by $p$, but one must be more careful because powers of $p$ will appear.