a. Induct on the degree n of the polynomial P(x)=∑k=0nakxk. It is immediate if n=0. Since the degree of (xk), k<n, is k, the coefficient on (xn) on P(x) is an⋅n!. Now consider the polynomial P(x)−an⋅n!(xn). This is a polynomial with degree less than n, so P(x)−an⋅n!(xn) can be uniquely represented as a linear combination of the polynomials (xk), and the result follows.
b. We have xn=∑k=0nc(n,k)(kx), so
xn+1=k=0∑nc(n,k)(kx)x =k=0∑nc(n,k)(kx)(x+1)−k=0∑nc(n,k)(kx) =k=0∑nc(n,k)(k+1)(k+1x+1)−k=0∑nc(n,k)(kx) =k=0∑nc(n,k)(k+1)((k+1x)+(kx))−k=0∑nc(n,k)(kx) =k=0∑n(c(n,k−1)k+(k+1−1)c(n,k))(kx) =k=0∑nk(c(n,k−1)+c(n,k))(kx)
in which we consider c(n,−1)=0.
Thus c(n+1,k)=k(c(n,k−1)+c(n,k))⟺c(n+1,k)c(n,k)+c(n,k−1)=k1, and
c(n+1,k+1)c(n,k+1)+c(n,k)=k+11.