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!