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

A038980
Primes p such that 91 is not a square mod p.
1
2, 17, 19, 23, 31, 37, 43, 47, 59, 61, 79, 83, 101, 107, 109, 127, 137, 149, 157, 167, 173, 179, 181, 191, 193, 197, 211, 223, 227, 257, 263, 269, 271, 281, 307, 313, 317, 347, 383, 401, 421, 433, 443, 449, 457
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[120]], JacobiSymbol[91, #]==-1 &] (* Vincenzo Librandi, Sep 10 2012 *)
PROG
(Magma) [2] cat [p: p in PrimesUpTo(457) | not IsSquare(R! 91) where R:= ResidueClassRing(p)]; // Vincenzo Librandi, Sep 10 2012
CROSSREFS
Sequence in context: A368856 A106849 A064697 * A074857 A191018 A133247
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Sep 10 2012
STATUS
approved