Consider the process of taking a series of numbers and constructing a new series consisting of the difference between consecutive terms, and repeating this until a constant is reached:
$$2,8,18,32,50\\6,10,14,18\\4,4,4$$
When this process is applied to sequences of the form $f(n) = n^a$, the constant reached seems to always be $a!$:
$$1,2,3\\1,1$$
$$1,4,9,16\\3,5,7\\2,2\\$$
$$1,8,27,64,125\\7,19,37,61\\12,18,24\\6,6$$
$$1,16,81,256,625,1296\\15,65,175,369,671\\50,110,194,302\\60,84,108\\24,24$$
Can it be proven?