Show that $17$ is the only prime of the form $p^q +q^ p$ , where $p$ and $q$ are prime
My attempt so far is first assume $p$ and $q$ are prime. Now $17=2^3+3^2.$
Now fix $p=2$ and let $q>3$ then $q=3x+1$ or $q=3x+2$, $x \in \mathbb{Z}$
then $2^{3x+1}+(3x+1)^2=9x^2+6x+2(2^{3x})+1$
Now I'm not really sure what to do from here my goal was to show its not prime from both cases of $q$ but I think I"m missing the algebra necessary to show that.