%I #12 Sep 08 2022 08:45:57
%S 5,17,19,23,59,67,73,79,89,101,107,109,127,131,137,149,151,157,163,
%T 167,173,199,211,223,227,239,241,263,271,283,293,307,313,317,337,349,
%U 353,367,373,379,383,397,401,409,419,421,433,443,449,457,463,467,487,541
%N Primes p that have Kronecker symbol (p|62) = -1.
%C Originally erroneously named "Primes that are not squares mod 62". - _M. F. Hasler_, Jan 18 2016
%H Vincenzo Librandi, <a href="/A191076/b191076.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[200]], JacobiSymbol[#,62]==-1&]
%o (Magma) [p: p in PrimesUpTo(541) | KroneckerSymbol(p, 62) eq -1]; // _Vincenzo Librandi_, Sep 11 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