For $k \in \mathbb{N}$, let $P_k(X) = \frac{1}{k!} X (X - 1)(X - 2) ... (X - k + 1)$.
Show that these are integer-valued polynomials, i.e. $P_k(X) \in \left\{f \in \mathbb{Q}[X] \mid f(\mathbb{Z}) \subset \mathbb{Z}\right\}$ for all $k \in \mathbb{N}$.
I'm struggling to write down a solid proof.
By induction on $k$, we get $P_{k+1}(X) = P_k(X) \frac{X - k}{k + 1}$, which doesn't really seem to facilitate the problem.
As for a straight-forward proof, I can't generalize the idea behind my thoughts why this should work out.
The value of $P_{k}(X)$ for $X = n \ge 0$ is the binomial coefficient $$ \binom{n}{k} = \frac{n!}{k! (n - k)!} = \frac{n (n-1) \cdots (n-k+1)}{k (k-1) \cdots 1}, $$ which is an integer, as it counts the ways of choosing $k$ objects out of $n$.
For $X = -n < 0$ we have $$ \frac{-n (-n-1) \cdots (-n-k+1)}{k (k-1) \cdots 1} = (-1)^{k} \frac{n (n+1) \cdots (n+k-1)}{k (k-1) \cdots 1} =\\= (-1)^{k} \frac{(n+k-1) \cdots (n+1) n}{k (k-1) \cdots 1} =(-1)^{k} \binom{n + k - 1}{k}. $$ (Thanks to @darij grinberg for noticing this omission.)
A brilliant alternative proof that this is an integer is given by Tim Gowers.