The page on Binomial Sums in Wolfram Mathworld http://mathworld.wolfram.com/BinomialSums.html (Equation 69) gives this neat-looking identity due to Gosper (1972):
$$\sum_{k=0}^n{n+k\choose k}[x^{n+1}(1-x)^k+(1-x)^{n+1}x^k]=1 $$
Would anyone know if there is a simple proof of this identity without using induction?
Hint: Suppose $0 \leq x \leq 1$, and consider a coin with bias $x$ being flipped until one of its sides comes up $n+1$ times. The left-hand side counts the probability that this happens, which is plainly $1$. Since both sides are polynomials in $x$ and the identity is true for infinitely many values of $x$, it must be true for all $x$.