I was working with a student on the following problem (source unknown)
Let $f(n)$ be the minimum degree of a monic polynomial $p$ such that for all integers $m$, $p(m)$ is a multiple of $n$. Evaluate $f(10^{10})$.
Clearly, $f(10^{10})\leq45$ as $$p(x)=\prod\limits_{k=0}^{44}(x+k)$$satisfies the requirements, but we are struggling to show that this is optimal (or if not, how we can do better).