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

A038986
Primes p such that 95 is not a square mod p.
1
3, 11, 17, 29, 41, 67, 73, 89, 103, 107, 109, 127, 131, 137, 139, 157, 167, 181, 191, 197, 199, 223, 227, 233, 239, 241, 251, 269, 271, 277, 281, 307, 311, 313, 353, 359, 383, 397, 401, 409, 419, 421, 449, 457
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[120]], JacobiSymbol[95, #]==-1 &] (* Vincenzo Librandi, Sep 10 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(457) | not IsSquare(R! 95) where R:= ResidueClassRing(p) ]; // Vincenzo Librandi, Sep 10 2012
CROSSREFS
Sequence in context: A154613 A109654 A172070 * A276848 A194800 A154501
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Sep 10 2012
STATUS
approved