When I have this list of specific X values:
$X: 1, 2, 3, 4, \ldots, 112, 113, 114.$
$$\sum_{n=1}^{114}n = 6555$$
$$6555/19 = 345$$
The sum of these $X$ values divided by $19$ is an integer.
Then I square each $X$ value:
$X^2: 1, 4, 9, 16, \ldots, 12544, 12769, 12996.$
The sum of these $X^2$ values divided by $19$ is also an integer.
Then I cube each $X$ value, and the pattern continues.
Is there any reason for this property mathematically? Or does it just exist?
Many thanks.
Hint : $$\sum_{j=1}^k j =\frac{k(k+1)}{2}$$ $$\sum_{j=1}^k j^2=\frac{k(k+1)(2k+1)}{6}$$