OFFSET
1,1
COMMENTS
Inert rational primes in the field Q(sqrt(-19)). - N. J. A. Sloane, Dec 25 2017 [Corrected by Jianing Song, Dec 24 2018]
Primes p such that p^9 == -1 (mod 19). Primes congruent to {2, 3, 8, 10, 12, 13, 14, 15, 18} modulo 19. - Jianing Song, Dec 24 2018
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 19]==-1&]
PROG
(Magma) [p: p in PrimesUpTo(599) | JacobiSymbol(p, 19) eq -1]; // Vincenzo Librandi, Sep 11 2012
(PARI) isok(p) = isprime(p) && !issquare(Mod(p, 19)); \\ Michel Marcus, Dec 25 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 25 2011
STATUS
approved