find all polynomials that satisfy this functional equation $$\forall x \in \mathbb{R} \\ (x-16)P(2x)=16(x-1)P(x)$$
I write the polynomial $$P(x)=\sum_{k=0}^n a_k x^k$$ but I found by comparing the LHS ans RHS (after rearrangement) that all coefficients must be zero, except the fourth coefficient; $P(x)=a x^4$. But when I re-substitute it into the equation I found that it's inconsistent but it make sense only if $a=0$.
If you use the brute force and write $$P(x)=\sum_{k=0}^n a_k\, x^k$$ $$ (x-16)P(2x)-16(x-1)P(x)=0$$ and solve for one sigle $a_k$ at the time, you will have succesively $$a_1=-\frac{15 a_0}{16}\qquad a_2=\frac{35 a_0}{128}\qquad a_3=-\frac{15 a_0}{512}\qquad a_4=\frac{a_0}{1024}$$ and, for $k>4$, $a_k=0$.
So $$P(x)=a_0\left(1-\frac{15 x}{16}+\frac{35 x^2}{128}-\frac{15 x^3}{512}+\frac{x^4}{1024} \right)$$ that is to say $$P(x)=\frac{a_0}{1024}(x-16) (x-8) (x-4) (x-2)$$