Given a prime $p$, find all quadratic residues modulo $p$. We randomly select a number $n$ among these quadratic residues modulo $p$. What is the probability of $n$ being a prime as $p$ goes to infinity?
I use A132213 and A000224 to estimate the answer. The answer might be approximately 12%. However, I am wondering if there is a standard proof.