Find all such natural $n$ such that $ \dfrac{12n-21143}{25} $ and $ \dfrac{2n-3403}{25} $ both are squares of prime numbers.
So far I have found by computer only solution: $ 2014.$
How to prove taht there are no more solutions?
I was tried first to solve the system \begin{cases} 12n=21143 \mod 25,\\ 2n=3403 \mod 25, \end{cases} and find that $n=14 \mod 25$. Then I substitute $n=14+25 \cdot k$ into the system \begin{cases} 12(14+25 \cdot k)-21143= 25 p^2,\\ 2(14+25 \cdot k)-3403= 25 q^2, \end{cases} and get \begin{cases} 12k= 839+ p^2,\\ 2k= 135+ q^2, \end{cases} or $10k=704 +p^2-q^2.$ It follows that $p^2-q^2=6 \mod 10$. But how to find now all $k?.$
Edit. If we rewrite it in the way $p^2-q^2=16=4^2 \mod 10$ then we get the $p=5 \mod 10$ and $q=3 \mod 10.$
Sorry, one solutions.