How can I find non trivial primitive integer solutions, to the Diophantine equation $$a^4+b^4+c^4=d^5$$ Can anyone find me solutions to this equation?
Or if possible a parametric equation that generates solutions?
I would appreciate any help
Ive also simplified it to finding coprime integer solutions greater then 1 to the equation,$$xyz(x^2+y^2+z^2)=1250w^5$$ I don't know if that helps at all.
Pick any three numbers, say $1,2,3$. Compute $1^4+2^4+3^4=1+16+81=98$. Multiply through by $98^4$, and voila! $$98^4+196^4+294^4=98^5$$ If you insist on relatively prime solutions, you may have to work a little harder....