I believe there are only two non-negative integer solutions to $$2^{2a} + 3^{2b} = 5^c.$$ The solutions I have are $a=1,b=0,c=1$ and $a=2,b=1,c=2$. I'm not certain this is correct. I'd like to know if there are other solutions, or if there a theorem that says these are the only solutions.
For further context, I'm generating Pythagorean triples as $$(r^2 - s^2, 2rs, r^2 + s^2)$$ where $r$ and $s$ are powers of $2$ or $3$. The solutions above correspond to the $(3,4,5)$ and $(7,24,25)$ Pythagorean triples.
Thanks for reading,
Daniel