login
Primes that are squares mod 79.
1

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

%S 2,5,11,13,19,23,31,67,73,83,89,97,101,131,151,163,167,179,181,223,

%T 239,241,257,263,269,277,281,283,313,317,337,347,367,383,389,397,421,

%U 431,433,439,457,467,479,487,499,523,541,547,557,563,569,571,593,599

%N Primes that are squares mod 79.

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

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

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

%K nonn,easy

%O 1,1

%A _T. D. Noe_, May 25 2011