Inspired by this superb question
Number writable as sum of cubes in $9$ "consecutive" ways
I wonder, whether $1072$, being the sum of $2,3,4,...,50$ cubes, is also a sum of $51$ cubes. Of course, $0$ is not allowed. I did not find a representation yet, but there might be still one.
If the answer is yes :
What is the smallest number $k>1$, such that $1072$ is NOT the sum of $k$ cubes ?
I computed this in two parts: first, up to some 14 cubes larger than one; we get everything up to 922 this way, and some after. The most difficult is 860. We list only the cubes larger than one. Finding that everything up to 922 was covered, I then did a separate short program, just cubes of 5,4,3,2, with no bound on number of such cubes, because 1072 - 923 = 149. Nothing new came up. So, the missing numbers are 1, because 1072 is not a cube, but then another 75 beginning with 923.
================================
================================
=================================
================================
fragments from the program, C++
===============================