login
Primes that are squares mod 89.
1

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

%S 2,5,11,17,47,53,67,71,73,79,97,107,109,131,139,157,167,173,179,199,

%T 223,227,233,251,257,263,269,271,277,283,307,311,317,331,347,367,373,

%U 401,409,443,449,461,463,467,479,487,509,523,587,601,607,613,619,631

%N Primes that are squares mod 89.

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

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

%o (Magma) [p: p in PrimesUpTo(631) | JacobiSymbol(p, 89) eq 1]; // _Vincenzo Librandi_, Sep 10 2012

%K nonn,easy

%O 1,1

%A _T. D. Noe_, May 25 2011