maybe the Pythagorean equation is not alone. can't this equation be just one element of an array like this for example. exponents must be prime numbers (otherwise it's just a combination of other elements)
first elment a^2+b^2=c^2 (this is Pythagoras) second element a^3+b^3+c^3=d^3 ( but I can't visualize it in the coordinate system like Pythagoras equation) thirth element a^5+b^5+c^5+d^5+e^5=f^5 fourth element a^7+b^7+c^7...et
To bound the problem let
1 <= {a, b, c} <= 100and to avoid equivalent results that are just reorderings of{a, b, c}let{a, b, c}be ordered such thata <= b <= c <= 100,Verifying,
Looking at the first five and last five instances,
Plotting,