It is quite well-known that,
$$1^2+2^2+\dots+24^2 = 70^2$$
Not so well-known is,
$$15^3+16^3+\dots+34^3 = 70^3$$
The formula for the sum of $m$ consecutive squares starting with $a^2$ is,
$$F(a,m) = (m/6)(6a^2-6a+6am+1-3m+2m^2)$$
while the sum of $n$ consecutive cubes starting with $b^3$ is,
$$C(b,n) = (n/4)(2b+n-1)(2b^2-2b+2bn-n+n^2)$$
Question: Is the only solution in positive integers to the simultaneous equations,
$$F(a,m) = x^2$$
$$C(b,n) = x^3$$
given by $(a,b;m,n;x) = (1,\,15;\,24,\,20;\,70)$? (I have searched within a relatively small range, but didn't find any new solution.)
Update (Jan 2025). For those curious, there are an infinite number of solutions to,
$$C(b,n) = x^3$$
when $n$ is a cube not divisible by 3. Hence,
$$n = v^3,\quad b =\frac{(v^3 - 2v^2 - 4v - 4)(v - 1)}{6}$$
mentioned by Dave Rusin in 1997 (though in Dickson's book it seems A. Martin found a version in 1871) and explaining the cubes found by Oleg567 below.
P.S. The largest non-cube $n$ so far is $n = 11859210 = 10\times1089^2$ found in 2015 by Vladimir Pletser,
$$\sum_{k=0}^{11859210-1}(21709458+k)^3=6398174475^3$$
though there is no explanation how it was found.