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!)
A038875 Primes p with legendre(3,p) = -1. 5
2, 5, 7, 17, 19, 29, 31, 41, 43, 53, 67, 79, 89, 101, 103, 113, 127, 137, 139, 149, 151, 163, 173, 197, 199, 211, 223, 233, 257, 269, 271, 281, 283, 293, 307, 317, 331, 353, 367, 379, 389, 401, 439, 449, 461, 463, 487, 499, 509, 521, 523, 547, 557, 569, 571, 593 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Apart from the first term, primes p such that 3 is not a square mod p.
Apart from the first term, identical to A003630.
LINKS
MATHEMATICA
Select[Prime@Range[120], JacobiSymbol[3, #] == -1 &] (* Vincenzo Librandi, Sep 09 2012 *)
PROG
(PARI) isok(p) = isprime(p) && (kronecker(3, p) == -1); \\ Michel Marcus, Jan 24 2023
CROSSREFS
Sequence in context: A337986 A174281 A301916 * A019334 A045356 A158526
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by D. S. McNeil, R. J. Mathar and N. J. A. Sloane, Aug 15 2010
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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)