I was thinking if it was possible to create a polynomial that would be periodic all over the reals, since polynomials can be periodic on an interval. I then I found out the following function:
$$P(x)= x \prod_{k=1}^\infty (x-k)(x+k)$$
I wonder if that function can be considered as polynomial since it's degree will be $\infty$. Then is this function periodic of period 1? Since the product is to infinity, $P(x+1) - P(x) = 0$. Moreover, how this function look like? I couldn't trace it on the Mac Grapher app nor Wolfram alpha doesn't understand my commands.
Well, it's not a polynomial since it has infinite degree, and also it doesn't even converge! An infinite product $\prod a_i$ can only converge if $a_i\to 1$ as $i\to \infty$. But you can see that no matter what $x$ you plug in, $(x-k)(x+k)\to-\infty$ as $k\to \infty$, so it can't converge. (Actually I guess it does converge when $x$ is an integer, since the product is $0$.)