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”).

A038974
Primes p such that 86 is not a square mod p.
1
3, 13, 19, 23, 31, 47, 53, 73, 79, 89, 101, 103, 109, 113, 127, 131, 137, 163, 167, 173, 179, 181, 197, 211, 227, 229, 233, 239, 241, 257, 269, 271, 293, 311, 313, 317, 331, 347, 359, 367, 397, 409, 419, 431, 433
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[100]], JacobiSymbol[86, #]==-1&] (* Harvey P. Dale, Feb 02 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(433) | not IsSquare(R! 86) where R:= ResidueClassRing(p) ]; // Vincenzo Librandi, Sep 10 2012
CROSSREFS
Sequence in context: A260802 A338341 A045435 * A168425 A252090 A079419
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Sep 10 2012
STATUS
approved