login
Primes that are squares mod 97.
1

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

%S 2,3,11,31,43,47,53,61,73,79,89,101,103,109,113,151,163,167,191,193,

%T 197,227,229,241,269,283,293,307,313,353,379,389,397,419,421,431,449,

%U 461,463,467,479,487,491,503,509,521,547,557,571,593,607,613,617,631

%N Primes that are squares mod 97.

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

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

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

%K nonn,easy

%O 1,1

%A _T. D. Noe_, May 25 2011