Problem Archive

Let us call a positive integer $k$ a square-pivot, if there is a pair of integers $m \gt 0$ and $n \ge k$, such that the sum of the $(m+1)$ consecutive squares up to $k$ equals the sum of the $m$ consecutive squares from $(n+1)$ on:

$$(k - m)^2 + \cdots + k^2 = (n + 1)^2 + \cdots + (n + m)^2.$$

Some small square-pivots are

Find the sum of all distinct square-pivots $\le 10^{10}$.

Solution
No solution yet. Write yours at solutions/s261.md.
Problems sourced from Project Euler · Non-commercial & educational use only · CC BY-NC-SA 4.0