login
Primes p that have Kronecker symbol (p|94) = -1.
1

%I #12 Sep 08 2022 08:45:57

%S 3,23,31,37,41,53,59,61,73,83,101,113,127,131,137,149,151,157,167,173,

%T 193,197,199,223,233,251,257,269,277,281,283,307,311,313,331,347,359,

%U 367,379,397,409,433,449,463,491,503,523,541,569,571,577,593,599,607

%N Primes p that have Kronecker symbol (p|94) = -1.

%C Originally erroneously named "Primes that are not squares mod 94". - _M. F. Hasler_, Jan 18 2016

%H Vincenzo Librandi, <a href="/A191086/b191086.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[200]], JacobiSymbol[#,94]==-1&]

%o (Magma) [p: p in PrimesUpTo(607) | KroneckerSymbol(p, 94) eq -1]; // _Vincenzo Librandi_, Sep 11 2012

%Y Cf. A191056.

%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