login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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
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