Let $s$ and $t$ be distinct positive integers with $s+t$ and $s-t$ are a square numbers. A pair $(s,t)$ called magic if there is exist positive integer $u$, such that $12s^2 + t^2 = 4t^2u^3$. Does it exist a magic number?
I try that $s+t = m^2$ and $s-t = n^2$ for some positive integer $m, n$, such that $2t = (m-n)(m+n)$. LHS is even, so RHS must be even. There are 2 cases, when both $m$ and $n$ are odd, and, when both $m$ and $n$ are even.
And then, what next? I stuck at here. Any idea?
First note that $t$ must be even as the two terms in the equation except $t^2$ are even. Let $t=2v$ and now we are looking for solutions to $3s^2+v^2=4v^2u^3$. $s$ and $v$ must have the same parity. If they are both even we can divide both by $2$ and the equation will still be satisfied, so the minimal solution will have both odd. Now $s$ must be a multiple of $v$, so let $s=kv$ and we have $3k^2+1=4u^3$. This is an elliptic curve and there are those who can find integer solutions on them, but I am not one. I only find $k=1,u=1$ by a quick search up to $k=458$. This becomes $2s=t, u=1$ but then $s-t=-s \lt 0$ and it cannot be a square. If there is not another integer point on the curve, there is no solution.