%I #10 Sep 08 2022 08:45:57
%S 2,3,11,13,37,53,61,67,97,101,103,107,113,127,131,139,149,167,173,191,
%T 193,199,223,227,229,239,251,257,271,293,307,311,317,337,349,359,373,
%U 383,389,419,433,461,479,487,491,499,523,541,547,563,571,607,619,631
%N Primes p that have Kronecker symbol (p|95) = 1.
%C Originally erroneously named "Primes that are squares mod 95". - _M. F. Hasler_, Jan 18 2016
%H Vincenzo Librandi, <a href="/A191057/b191057.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[200]], JacobiSymbol[#,95]==1&]
%o (Magma) [p: p in PrimesUpTo(631) | JacobiSymbol(p, 95) eq 1]; // _Vincenzo Librandi_, Sep 10 2012
%K nonn,easy
%O 1,1
%A _T. D. Noe_, May 25 2011
%E Definition corrected, following a suggestion from _David Broadhurst_, by _M. F. Hasler_, Jan 18 2016