We consider all sequences of 2m+1 consecutive integers with the special property that the sum of the squares of the first m + 1 numbers is equal to the sum of the squares of the last m numbers.
The first such sequence occurs for m = 1, in the sequence {3, 4, 5}, since: 3^2+4^2=5^2.
Give the first number of the next sequence that satisfies this special property.
How many positive integers <= 2025 are part of such a sequence?