Let $p$ be a prime, let $x$ be an integer not divisible by $p$, and let $j\geq 1$. Denote, as usual, by $\nu=\nu_p(j+1)$ the largest exponent such that $p^{\nu}$ divides $j+1$.
My question : is it true that $p^{\nu}$ always divides $\binom{x-1}{j}=\frac{(x-1)\ldots(x-j)}{j!}$ ?
My thoughts : I have checked that it holds for $p=2,3,5$ and $x\leq 1000$. It is also easy to check when $j$ is "small" compared to $p$ (for example when $j\lt p$, the numerator is divisible by $p$ but not the denominator, so we are done).
It is natural to use Legendre's formula here : we know that
$$ \nu_p(j!)=\sum_{t=1}^{\infty}\left \lfloor \frac{j}{p^t}\right\rfloor, \nu_p((x-1)\ldots(x-j))=\sum_{t=1}^{\infty} \left\lfloor \frac{x-1}{p^t}\right\rfloor -\left \lfloor \frac{x-(j+1)}{p^t}\right\rfloor $$
So, it would suffice to show the following inequality :
$$ \sum_{t=1}^{\infty}\left \lfloor \frac{x-1}{p^t}\right\rfloor - \left\lfloor \frac{x-(j+1)}{p^t}\right\rfloor - \left\lfloor \frac{j}{p^t}\right\rfloor \geq \nu $$
But then I'm stuck.