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!)
A038891 Odd primes p such that 19 is a square mod p. 3

%I #15 Jun 24 2019 00:43:25

%S 3,5,17,19,31,59,61,67,71,73,79,101,103,107,127,137,149,151,157,167,

%T 179,197,211,223,227,229,233,277,307,313,331,349,353,379,383,389,397,

%U 431,439,457,461,487,523,541,547

%N Odd primes p such that 19 is a square mod p.

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

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

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

%o (PARI) isok(p) = (p>2) && isprime(p) && issquare(Mod(19, p)); \\ _Michel Marcus_, Jun 23 2019

%K nonn

%O 1,1

%A _N. J. A. Sloane_.

%E Name clarified by _Michel Marcus_, Jun 23 2019

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 13 09:49 EDT 2024. Contains 372504 sequences. (Running on oeis4.)