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!)
A191065 Primes that are not squares mod 23. 6
5, 7, 11, 17, 19, 37, 43, 53, 61, 67, 79, 83, 89, 97, 103, 107, 109, 113, 137, 149, 157, 181, 191, 199, 227, 229, 241, 251, 263, 281, 283, 293, 313, 337, 359, 367, 373, 379, 383, 389, 401, 419, 421, 431, 433, 457, 467, 479, 503, 521, 523, 557, 563, 569, 571 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Inert rational primes in the field Q(sqrt(-23)). - N. J. A. Sloane, Dec 26 2017
It appears that this is the same as primes p such that A000594(p) = RamanujanTau(p) == 0 (mod 23). - Ray Chandler, Dec 01 2016
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 23]==-1&]
PROG
(Magma) [p: p in PrimesUpTo(571) | JacobiSymbol(p, 23) eq -1]; // Vincenzo Librandi, Sep 11 2012
CROSSREFS
Primes in A278579.
Sequence in context: A301913 A110587 A192281 * A271658 A282739 A072249
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 25 2011
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 September 14 13:32 EDT 2024. Contains 375921 sequences. (Running on oeis4.)