For some reason I found this equation:
$(1 + x)^n - 1 = x \sum\limits_{k=0}^{n-1} (1+x)^k$
I think that this is an identity. If for instance one expands the powers and the sum for n = 4, the polynomials on both sides are identical. I tried to expand the powers using the identity:
$ (1+x)^k = \sum\limits_{s=0}^k \binom{k}{s} x^s 1^{k-s}$
And or to group terms of 0th degree, e.g.
$ (1+x)^n - 1 = \sum\limits_{k=0}^{n-1} \binom{n}{k+1} x^{k+1}$
I'm looking for suggestions rather than a drawn out solution.
Note that $y^n-1=(y-1)(1+y+y^2+\dots +y^{n-1})$
Now set $y=x+1$