Binomial coefficients and "missing primes"
Suppose that $p $ is a prime satisfying $p\le n$ and $p\nmid \binom{n}{k}$ for all $k=1,\ldots,n-1.$ Then from Kummer's theorem it follows that the base-$p$ representation of $n$ is $n=(a,p-1,\ldots,p-1)_p$ with $1\le a\le p-1$. So $n=(a+1)p^r-1$, where $r$ is the number of base-$p$ digits in $n$. Then $n+1 = (a+1)p^r$ with $a+1 \leq p$, so any prime factor of $n+1$ besides $p$ is a prime factor of $a+1$, so it has to be less than $p$.
Here is a second solution, using Lucas's theorem: writing $n = n_0+n_1p+\cdots +n_rp^r$, where $0 \leq n_i \leq p-1$ and $n_r \geq 1$, each $k$ in $\{0,1,\ldots,n\}$ has base-$p$ representation $k_0+k_1p+\cdots +k_rp^r$ where $0 \leq k_i \leq p-1$ (maybe $k_r = 0$ if $k$ is much smaller than $n$). Then Lucas' theorem says $$ \binom{n}{k} \equiv \binom{n_0}{k_0}\binom{n_1}{k_1}\cdots \binom{n_r}{k_r} \bmod p. $$ For digits $n_i$ and $k_i$, which are in $\{0,1,\ldots,p-1\}$, we have $\binom{n_i}{k_i} \equiv 0 \bmod p$ if and only if $n_i < k_i$ (otherwise the factors in $\binom{n_i}{k_i} = \frac{n_i(n_i-1)\cdots(n_i-(k_i-1))}{k_i!}$ are all nonzero modulo $p$). Thus we have $\binom{n}{k} \not\equiv 0 \bmod p$ for all $k$ from $0$ to $n$ (let's allow $k=0$ and $k=n$ since those cases are not divisible by $p$) if and only if every $k \leq n$ has $k_i \leq n_i$ for $i < r$ and $k_r \leq n_r$, and that's equivalent to $n_i = p-1$ for $i < r$ (if some $n_i < p-1$ then at $k = (p-1)p^i$ we have $\binom{n}{k} \equiv 0 \bmod p$). Such $n$ have the form $(p-1)+(p-1)p\cdots+(p-1)p^{r-1} + n_rp^r = (n_r+1)p^r-1$. If $r = 0$ then $n = n_r \leq p-1$. If $r \geq 1$ then $p \mid (n+1)$, and the first solution shows easily in this case why $p$ has to be the largest prime factor of $n+1$. In summary, every prime that is $\leq n$ divides some $\binom{n}{k}$ for $1 \leq k \leq n-1$ except when $n = mp^r-1$ where $r \geq 1$, $p$ is prime, and $2 \leq m \leq p$, in which case the prime $p$ divides no $\binom{n}{k}$.
I like the following argument.
Let $p \leq n$ be a missing prime. Then $p \leq n/2$ as otherwise $p $ divides $\binom{n}{n+1-p}$. Also $p$ divides $n+1$ as $p$ does not divide $\binom{n}{k}$ for $0\leq k \leq p$. Similarly $p^b$ must divide $n+1$ for all $b$ up to the highest power of $p \lt n$, otherwise there is a $k\lt p^b$ (or $k \leq n/2$) which reveals $p$. So $n+1 = cp^b$ for some $c\lt p$. So both conditions hold, and the latter can be strengthened to apply only with $n=cp^b - 1$.
Gerhard "Likes Writing Low Power Arguments" Paseman, 2016.11.17.