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

A038979
Primes p such that 91 is a square mod p.
1
3, 5, 7, 11, 13, 29, 41, 53, 67, 71, 73, 89, 97, 103, 113, 131, 139, 151, 163, 199, 229, 233, 239, 241, 251, 277, 283, 293, 311, 331, 337, 349, 353, 359, 367, 373, 379, 389, 397, 409, 419, 431, 439, 461, 463, 467
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[120]], ! JacobiSymbol[91, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
CROSSREFS
Sequence in context: A254673 A343976 A155916 * A179739 A093988 A175914
KEYWORD
nonn
AUTHOR
STATUS
approved