The Friedlander–Iwaniec theorem states there are infinitely many primes of the form $p=a^2+b^4$.
I am interested in whether there are infinitely many primes satisfying $p^2=a^2+b^4$ and $a\neq p$.
I tested Friedlander-Iwaniec primes up to 50000 for this property, and found 5, 41, 1201, 8521, and 41761. I did this in the naive hope of finding some pattern that might allow me to leverage the fact that $a^2+b^2=p \Rightarrow (a^2-b^2)^2+(2ab)^2=p^2$. However, I could not extract anything useful about these numbers in comparison to other Friedlander-Iwaniec primes to make progress.
Is this known? Would the sieve methods used in proving the Friedlander-Iwaniec theorem have any bearing on this question? (I have zero knowledge of these tools, so please excuse the naivete of my question) Or is this likely completely out of reach currently, as e.g. Landau's fourth problem is?
Not a solution. But we can reduce the problem to representation of the primes. We can apply Pythagorean triple formulas. $$p = x^2 + y^2 \quad a = 2xy \quad b^2 = x^2 - y^2$$ or $$p = x^2 + y^2 \quad a = x^2 - y^2 \quad b^2 = 2xy$$ In the first case we have $x - y = n^2$, $x + y = m^2$, $2p = m^4 + n^4$. $$p^2 = \left(\frac{m^4 - n^4}{2}\right)^2 + (mn)^4$$ In the second case we have $x = m^2$, $y = 2n^2$, $p = m^4 + 4n^4$. $$p^2 = \left(m^4 - 4n^4\right)^2 + (2mn)^4$$ So the problem was reduced to proving that there is infinitely many primes of the form $m^4 + 4n^4$ or $\frac{m^4 + n^4}{2}$.