login
Primes p such that 37 is a square mod p.
5

%I #16 May 25 2013 02:03:20

%S 3,7,11,37,41,47,53,67,71,73,83,101,107,127,137,139,149,151,157,173,

%T 181,197,211,223,229,233,263,269,271,293,307,317,337,349,359,367,373,

%U 379,397,419,433,443,491,509,521

%N Primes p such that 37 is a square mod p.

%C Also, primes p that are squares mod 37 (from the quadratic reciprocity law). - _Lekraj Beedassy_, Jul 13 2004

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

%t Select[Prime[Range[100]], JacobiSymbol[37, #] != -1 &] (* _Vincenzo Librandi_, Sep 07 2012 *)

%Y A191027 is the same sequence if 37 is excluded.

%K nonn

%O 1,1

%A _N. J. A. Sloane_.