As the final part of a big proof I got for uni homework: (It is an extra question, may be unsolvable)
$$k^n<\sum_{i=0}^n\binom{n}ik^{n-i}(2^i-1)$$
My idea is to develop the right side into an $(x+y)^n$ type thing, but it is not in a correct form for this.
This is said (by my homeworks) to be true for each $n > 2$, and $k \in N+$
How can I prove/develop this equation?
Edit:
I tried induction, but failed to find a common expression.
I tried simplifying into $(x+y)^n$ but failed doing that as well, because $(2^i-1)$ is not a $y^i$
This started from $k^n < (k+2)^n - (k+1)^n$