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
3, 5, 17, 19, 31, 59, 61, 67, 71, 73, 79, 101, 103, 107, 127, 137, 149, 151, 157, 167, 179, 197, 211, 223, 227, 229, 233, 277, 307, 313, 331, 349, 353, 379, 383, 389, 397, 431, 439, 457, 461, 487, 523, 541, 547 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, only entries p=1 (mod 4) of the sequence are squares mod 19 (from the quadratic reciprocity law). - Lekraj Beedassy, Jul 21 2004
LINKS
MATHEMATICA
Select[Prime[Range[100]], JacobiSymbol[19, #] != -1 &] (* Vincenzo Librandi, Sep 07 2012 *)
PROG
(PARI) isok(p) = (p>2) && isprime(p) && issquare(Mod(19, p)); \\ Michel Marcus, Jun 23 2019
CROSSREFS
Sequence in context: A040129 A045415 A045416 * A287638 A119768 A020592
KEYWORD
nonn
AUTHOR
EXTENSIONS
Name clarified by Michel Marcus, Jun 23 2019
STATUS
approved

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 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)