How could one solve for $a,b,c,d$ where:
$$a^2 + b^2 + c^2 + d^2 = 630^2,\ a>b>c>d$$
$a,b,c,d$ squared is equal to the square of $630$, and $a$ is larger than $b$, and so forth.
$a,b,c,d$ is also of such form that:
$$n = x + (x+1) + (x+2) + (x+3), \ x\in\mathbb{N}$$
where $n$ could be substituted for $ a, b, c \ $or $d$.
In what ways could one attack this problem?
I've asked the Z3 solver using the Python interface (a 2nd time ...):
Solution: