$$ P(x+n+1) = \sum_{i=0}^n (-1)^{n-1} \binom {n+1} i P(x+i)$$
What does the above formula do ? I came across this formula in a set of lecture notes, so the explanation following was a tad short.
The following problems are to be solved using this formula, but I'm stuck:
A polynomial $P$ of degree $n$ satisfies $P(i)= \binom {n+1} {i}^{-1} $ for $i=0,1,2,\ldots,n$. Find $P(n+1)$.
A polynomial $P$ of degree $n$ which satisfies $P(i)= {1 \over i}$ for $i=1,2,\ldots,n+1$. Find $P(n+2)$.
The problems are routine exercise problems, but I just can't get around the above formula .