login
Primes that are not squares mod 59.
1

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

%S 2,11,13,23,31,37,43,47,61,67,73,83,89,97,101,103,109,113,131,149,151,

%T 157,173,179,191,211,227,229,233,269,283,313,337,347,349,353,367,397,

%U 401,409,419,421,431,443,457,463,467,503,509,541,563,569,571,587,601

%N Primes that are not squares mod 59.

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

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

%o (Magma) [p: p in PrimesUpTo(601) | JacobiSymbol(p, 59) eq -1]; // _Vincenzo Librandi_, Sep 11 2012

%K nonn,easy

%O 1,1

%A _T. D. Noe_, May 25 2011