I’m looking to characterize all integers $a$ and $b$ satisfying $$a^2 \mid \bigl((b^2)^2 + (b^2+1)^2\bigr), \qquad a > b \ge 1.$$
Brute force searches have so far turned up the two solutions $(a,b) = (13,7)$ and $(a,b)=(9601,5441)$. I’m guessing there are an infinite number, but I’d like to reduce the numbers I have to check. Obviously, $a$ must be odd and the sum of two squares, so I’m already taking that into account.
Any thoughts about what the next solution might be, or how to attack the characterization of any/all solutions?
If $b$ is odd, then there exists an integer $c$ such that $a=b+2c$. Substituting, we find $a \parallel (32c^4+8c^2+1) = \bigl((4c^2)^2+(4c^2+1)^2\bigr)$, and then $a^2$ divides a related quotient. Based on that, I feel like there might be a Vieta-jumping solution… but I still can’t quite find it.
When there is very little output in a raw search, it becomes worthwhile to weaken restrictions, see what can be learned from a larger collection of second-best answers. Below, the first number is $b,$ the next is a square $d>b$ that divides $2b^4 + 2b^2 + 1.$ When the stronger condition $d>b^2$ also holds...