login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A191069 Primes p that have Kronecker symbol (p|38) = -1. 2
5, 11, 31, 41, 43, 61, 71, 79, 83, 89, 97, 101, 103, 113, 127, 131, 139, 149, 151, 157, 163, 167, 193, 197, 223, 229, 241, 251, 257, 277, 281, 283, 337, 347, 349, 383, 389, 397, 401, 409, 419, 431, 433, 439, 443, 449, 461, 467, 487, 491, 499, 521, 541, 557 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Originally erroneously named "Primes that are not squares mod 38", which contains this as a subsequence. - M. F. Hasler, Jan 18 2016
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 38]==-1&]
PROG
(Magma) [p: p in PrimesUpTo(557) | KroneckerSymbol(p, 38) eq -1]; // Bruno Berselli, Sep 11 2012
CROSSREFS
Sequence in context: A192194 A239842 A092963 * A045453 A052228 A105910
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 25 2011
EXTENSIONS
Definition corrected, following a suggestion from David Broadhurst, by M. F. Hasler, Jan 18 2016
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 December 26 20:54 EST 2023. Contains 368167 sequences. (Running on oeis4.)