Property of $\{0^n, 1^n, \ldots\}$ [duplicate]

The differences between adjacent squares are the odd numbers:

0 1 4 9 16 25 …

1 3 5 7 9 …

The differences between adjacent odd numbers are 2 = 2! I found that this truth is more general: If the differences between adjacent powers of $n$ are written out, and the differences of those differences etc, the $(n+1)$th sequence is {n!, n!, …}

Is this a well-known theorem? Does it have an easy proof?


Solution 1:

Good catch! In fact, a little more is true.

Take $f(x)$ a polynomial of degree $n$ (in your case, $f(x)=x^2$ or $f(x)=x^k$) and leading coefficient $a$ Then the polynomial $f_1(x)=f(x+1)-f(x)$ has degree $n-1$ and leading coefficient $an$. This is because $$(x+1)^n=x^n+nx^{n-1}+(\text{terms of degree $< n-1$}).$$ Iterating this procedure (called finite differences) you obtain $f_2(x)$ of degree $n-2$ and leading coefficient $an(n-1)$, $f_3(x)$ of degree $n-3$ and leading coefficient $an(n-1)(n-2)$, etc. After $n$ iterations you get to $f_n(x)$ of degree $n-n=0$ and leading coefficient $an(n-1)\dots 2\cdot 1$, that is $an!$.