The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038913 Primes p such that 37 is a square mod p. 4

%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_.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 21 04:05 EDT 2024. Contains 372720 sequences. (Running on oeis4.)