Can we find the coefficients of $P(x)=a_4 x^4+a_3 x^3+a_2 x^2 +a_1 x +a_0$ by computing $P(100)$?
Example 1:
Let $$P_1(x)=(x+1)(x+2)(x+3)(x+4).$$ Expanded form of $P_1(x)$ is $$P_1(x)= x^4 + 10 x^3 + 35 x^2 + 50 x + 24.$$
For $x=100$, we get $$P_1(100)=110355024.$$
Divide 110355024 by 2-digit from the right to the left, we get $$P_1(100) \rightarrow 1/10/35/50/24$$ Looking at 1/10/35/50/24, we will find the coefficients of $P_1(x)$: $$P_1(100) \rightarrow 1/10/35/50/24 \rightarrow 1x^4 + 10 x^3 + 35 x^2 + 50 x + 24.$$
Example 2:
Let $$P_2(x)=-(x+1)(x+2)(x+3)(x+4).$$ Expanded form of $P_2(x)$ is $$P_2(x)= -x^4 - 10 x^3 - 35 x^2 - 50 x - 24.$$
For $x=100$, we get $$P_2(100)=-110355024.$$
Divide -110355024 by 2-digit from the right to the left, we get $$P_2(100) \rightarrow -(1/10/35/50/24)$$ Looking at -(1/10/35/50/24), we will find the coefficients of $P_2(x)$: $$P_2(100) \rightarrow -(1/10/35/50/24) \rightarrow -1x^4 - 10 x^3 - 35 x^2 - 50 x - 24.$$
Example 3:
Let $$P_3(x)=(x-1)(x-2)(x-3)(x+4).$$ Expanded form of $P_3(x)$ is $$P_3(x)=x^4 - 2 x^3 - 13 x^2 + 38 x - 24.$$
For $x=100$, we get $$P_3(100)=97873776.$$
Divide 97873776 by 2-digit from the right to the left, we get $$P_3(100) \rightarrow 97/87/37/76$$ Since $76>50$, we transfer $97/87/37/76$ into $$P_3(100) \rightarrow 97/87/(37+1)/(76-100)\rightarrow 97/87/38/-24$$ Since $38<50$, we let $38$ alone. Since $87>50$, we transfer $97/87/38/-24$ into $$P_3(100) \rightarrow (97+1)/(87-100)/38/-24\rightarrow 98/-13/38/-24$$ Since $98>50$, we transfer $98/-13/38/-24 \rightarrow 0/98/-13/38/-24$ into $$P_3(100) \rightarrow (0+1)/(98-100)/-13/38/-24\rightarrow 1/-2/-13/38/-24.$$
Looking at 1/-2/-13/38/-24, we will find the coefficients of $P_3(x)$: $$P_3(100) \rightarrow 1/-2/-13/38/-24 \rightarrow x^4 - 2 x^3 - 13 x^2 + 38 x - 24$$
More generally, we have a proposition.
Proposition:
Let $P(x)=a_4 x^4+a_3 x^3+a_2 x^2 +a_1 x +a_0$.
If $a_i\in \mathbb{Z}\cap [-49;50]$ $\left( i=\overline{1,4} \right)$, then we can find $a_i \left(i=\overline{1,4}\right)$ by computing $P(100)$ and using algorithm which is shown in 3 ealier examples.
Question:
Is the proposition true or false?
If the proposition is false, please give me some counter-examples.
If the proposition is true, please give me some clues to prove the proposition.