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!)
A038939 Primes p such that 59 is a square mod p. 1

%I #10 Sep 08 2012 02:31:22

%S 5,11,17,23,29,31,41,43,47,53,59,67,83,103,131,137,151,179,181,191,

%T 193,197,211,227,241,257,277,281,283,293,317,347,367,373,389,419,431,

%U 433,443,449,461,463,467,503,521

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

%C Also, only entries p=1 (mod 4) of the sequence are squares mod 59 (from the quadratic reciprocity law). - _Lekraj Beedassy_, Jul 21 2004

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

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

%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 15 02:58 EDT 2024. Contains 372536 sequences. (Running on oeis4.)