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

A038972
Primes p such that 85 is not a square mod p.
2
2, 11, 13, 29, 31, 41, 43, 47, 53, 61, 67, 71, 79, 83, 103, 109, 127, 131, 137, 139, 157, 181, 199, 211, 223, 241, 257, 263, 269, 293, 307, 311, 353, 373, 379, 383, 401, 419, 431, 433, 439, 443, 449, 457, 463, 467
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[120]], JacobiSymbol[#, 85] == -1 &] (* Vincenzo Librandi Sep 10 2012 *)
PROG
(Magma) [2] cat [ p: p in PrimesUpTo(467) | not IsSquare(R! 85) where R:= ResidueClassRing(p) ]; // Vincenzo Librandi, Sep 10 2012
CROSSREFS
Sequence in context: A154742 A257329 A063587 * A242776 A373824 A105887
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Sep 10 2012
STATUS
approved