this is what i haveWe are looking for solutions of:
2^x + 3^y = z^2 [1]
where x, y, and z are non-negative integers.
So z^2 ≡1 (mod 3) unless z^2=3m for any integer m, and if x is odd, say x=(2k+1) for some integer k. However when z=3, we have 2^3+3^0=3^2, so one solution is when...