So, I'm wondering if the relationship $$x^n=a_1x^{n-1}+a_2x^{n-2}+...+a_{n-1}x+a_n$$ exists, where the value of the left and right side are equal for all integer values of x greater than zero up to the integer n.
I am looking for being able to find the coefficients that makes this true.
One example I can think of is for n=3 then $$x^3=6x^2-11x+6$$ which is true when x=1, 2, or 3 In this case I care about the fact that the coefficients are 6, -11, and 6