Re: x^4+y^3=z^2



Use standard techniques for solving Pell's equation to get solutions
to x^2 = 3m^2 + 3m + 1. Then let y = m^2 + m and z = m^3 + a^2
and you'll have a solution to x^4 + y^3 = z^2.
.