I was challenged to prove that there are infinitely many solutions to the equation$$a^3+b^3+c^3+d^3=3\ \ \text{ with }(a,b,c,d)\in\mathbb Z^4$$
That was easy: elementary algebra is enough to prove that $\forall z\in \mathbb Z$ then $$(a,b,c,d)=(1+6z^3,\,1-6z^3,\,-6z^2,\,1)$$ is a solution. Call these solutions and their permutations trivial.
Define a nonsum as a value of $k\in\mathbb Z$ for which there is no solution with $a+b=k$.
What about proving (or disproving/perfecting) the following conjectures?
- If polynomials $A$, $B$, $C$, $D$ with integer coefficients are such that $\forall z\in \mathbb Z,\ (A(z),B(z),C(z),D(z))$ is a solution, and one such solution is non-trivial, then all the polynomials are constant.
- There are nevertheless infinitely many non-trivial solutions.
- Any $k\equiv0\pmod3$ is a nonsum.
- $k=7$ is a nonsum.
- There are infinitely many nonsums with $k\not\equiv0\pmod3$
- If $k$ is a nonsum, then $-k$ is a nonsum.
- If $k$ is not a nonsum (that is, if there exists a solution with $a+b=k$), then there are infinitely many solutions with $a+b=k$.
Conjecture 2 is true.
Given an initial solution to $$a^3+b^3+c^3+d^3=N$$
one can generate infinitely more using a Pell equation. Start with the general identity, $$t^3+x^3+y^3+z^3 = (a^3+b^3+c^3+d^3)\big(p^2+wq^2\big)^3$$
where, $$\begin{aligned} t &= a p^2 - (c^2-d^2) p q + b w q^2 \\ x &= b p^2 + (c^2-d^2) p q + a w q^2\\ y &= c p^2 + (a^2 - b^2) p q + d w q^2\\ z &= d p^2 - (a^2 - b^2) p q + c w q^2\\ w &= (a+b)(c+d) \end{aligned}$$
with $(a,b,c,d)$ suitably permuted so that $w$ is negative, then $p,q$ chosen to solve the Pell equation, $$p^2+wq^2 = 1$$
Since from your parameterization, $$(a,b,c,d)=(1+6z^3,\,1-6z^3,\,-6z^2,\,1)$$ we get a negative value for $w$, $$w=(a+b)(c+d) = -2(6z^2-1)$$ necessary for the Pell equation, this shows we can derive infinitely many non-trivial solutions from the "trivial" one. Perhaps you can use this on some of your other conjectures.