Is difference of two consecutive sums of consecutive integers (of the same length) always square?

Let the first $y$ consecutive integers be $m,m+1,\ldots,m+y-1$; then the second $y$ integers are $m+y,m+y+1,\ldots,m+2y-1$. Thus, if we subtract the first sum from the second, we have this:

$$\begin{array}{ccc} &(m+y)&+&(m+y+1)&+&(m+y+2)&+&\ldots&+&(m+2y-1)\\ (-)&m&+&(m+1)&+&(m+2)&+&\ldots&+&(m+y-1)\\ \hline &y&+&y&+&y&+&\ldots&+&y \end{array}$$

There are $y$ columns, so the difference is indeed $y\cdot y=y^2$.


It is true in general. For each of the $y$ numbers in the first bunch of integers, the corresponding number in the second bunch is obtained by adding $y$ to the number in the first bunch. We do this $y$ times, so the difference is $(y)(y)$.