login
Primes that are squares mod 59.
1

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

%S 3,5,7,17,19,29,41,53,71,79,107,127,137,139,163,167,181,193,197,199,

%T 223,239,241,251,257,263,271,277,281,293,307,311,317,331,359,373,379,

%U 383,389,433,439,449,461,479,487,491,499,521,523,547,557,577,593,599

%N Primes that are squares mod 59.

%H Vincenzo Librandi, <a href="/A191038/b191038.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(599) | JacobiSymbol(p, 59) eq 1]; // _Vincenzo Librandi_, Sep 10 2012

%K nonn,easy

%O 1,1

%A _T. D. Noe_, May 25 2011