Why do these integers give rise to constants when repeatedly subtracted from one another?
\begin{array}{r|cccccccc} & 1 && 2 && 3 && 4 && 5 && 6 && 7 \\ \hline \text{squares} & 1 && 4 && 9 && 16 && 25 && 36 && 49 \\ \text{differences} & & 3 && 5 && 7 && 9 && 11 && 13 \\ \text{constant} &&& 2 && 2 && 2 && 2 && 2 \\ \hline \text{cubes} & 1 && 8 && 27 && 64 && 125 && 216 && 343 \\ \text{differences} && 7 && 19 && 37 && 61 && 91 && 127 \\ \text{differences} &&& 12 && 18 && 24 && 30 && 36 \\ \text{constant} &&&& 6 && 6 && 6 && 6 \\ \hline \text{powers of 4} & 1 && 16 && 81 && 256 && 625 && 1296 && 2401 \\ \text{differences} && 15 && 65 && 175 && 369 && 671 && 1105 \\ \text{differences} &&& 50 && 110 && 194 && 302 && 434 \\ \text{differences} &&&& 60 && 84 && 108 && 132 && 156 && 180 \\ \text{constant} &&&&& 24 && 24 && 24 && 24 \\ \hline \end{array}