Say $p(x)$ is a 6th degree polynomial. We know that $p \geq 1, \forall x \in \mathbb R$ and that $$p(2014) = p(2015) = p(2016) = 1$$ while $p(2017)=2$. What is the value of $p(2018)$?
My first approach was to define $q(x) = p(x)-1$ such that its factorization is something like
$$q(x) = (x - 2014) (x - 2015) (x - 2016) \left(ax^3 + bx^2 + cx + d \right)$$
for some $a, b, c, d \in \mathbb R$ with $a \neq 0$. Now it is all to find those values that respect the conditions but in the system something goes wrong and makes difficult or even impossible to find useful solution. Do you have better ideas?