I see this equation $$ 1^r + 2^r +... + n^r = a_1 n^1 + a_2 n^2 +... + a_{r+1} n^{r+1} $$ in Introduction to Linear Algebra, where $a_k$s are some constants.
How can I prove it?
I see this equation $$ 1^r + 2^r +... + n^r = a_1 n^1 + a_2 n^2 +... + a_{r+1} n^{r+1} $$ in Introduction to Linear Algebra, where $a_k$s are some constants.
How can I prove it?
$s^r$ can be expressed as a linear combination of ${s \choose 0},{s \choose 1},...{s \choose r}$ where the constant on ${s \choose r}$ must be non zero. Then apply the hockey stick identity to show that the sum in question is a linear combination of ${n+1 \choose 1}, {n+1 \choose 2},....{n+1 \choose r+1}$, and again the constant on ${n+1 \choose r+1}$ is nonzero. Thus showing that sum is a polynomial of degree $r+1$.
Oh ok, I think I understand the question.
You want to prove that for a fixed $r$, there exists a degree $r+1$ polynomial $P$ with constant term $0$ such that $1^r+2^r+\dots+ n^r=P(n)$ for all $n\in\mathbb Z^+$.
This has been asked several times before, my favorite solution is with combinatorics and stirling coefficients, but you can find a bunch of solutions here