%I #10 Sep 08 2022 08:45:57
%S 7,11,13,53,59,67,71,73,83,89,101,107,109,113,137,139,151,173,181,191,
%T 197,199,223,229,233,241,251,257,263,269,283,293,307,313,317,379,383,
%U 397,409,433,443,449,457,461,463,503,509,521,541,547,557,563,577,593
%N Primes p that have Kronecker symbol (p|86) = -1.
%C Originally erroneously named "Primes that are not squares mod 86". - _M. F. Hasler_, Jan 18 2016
%H Vincenzo Librandi, <a href="/A191083/b191083.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime[Range[200]], JacobiSymbol[#,86]==-1&]
%o (Magma) [p: p in PrimesUpTo(593) | KroneckerSymbol(p, 86) 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