I'm struggling with a problem I came around:
Begin by adding $n$ square numbers, no repeats allowed and all bases $\leq$ K, some constant, to reach a sum $s$. For example, $s = 3^2 + 5^2 + 7^2 + 12^2 + 14^2$, where $n = 5$ and $K = 15$.
Is this representation unique? If not, how many sets of length $n$ of square numbers distinctly different from the original set, still following the same conditions described above, exist such that they all sum to $s$?
Order and sign does not matter, e.g. $\{(3)^2, (-5)^2\}$ is considered the same as $\{(5)^2, (3)^2\}$
To generalize this, increase the exponent, $e$ to, say, $=3$. As $e$ increases, how are the other possible sets (if they exist) affected?
(I am a beginner at number theory, so please keep answers as rudimentary as possible. First time posting, so please excuse any formatting issues)
Thanks!
There are several integers that can be expressed as the sum of distinct powers in several ways. It is actually pretty fun to look for them.
For example, for $n=2$,
For $n=3$, $3^2+4^2+11^2=1^2+8^2+9^2=146$.
For $n=4$, $1^2+2^2+8^2+11^2=4^2+5^2+7^2+10^2=190$.