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

A038927
Primes p such that 47 is a square mod p.
2
2, 11, 17, 19, 23, 31, 37, 43, 47, 53, 61, 67, 89, 97, 101, 107, 127, 139, 149, 151, 157, 163, 167, 173, 179, 197, 199, 211, 223, 227, 241, 269, 277, 311, 337, 353, 359, 367, 397, 401, 419, 443, 457, 463, 467, 499
OFFSET
1,1
COMMENTS
Also, only entries p=1 (mod 4) of the sequence are squares mod 47 (from the quadratic reciprocity law). - Lekraj Beedassy, Jul 21 2004
LINKS
MATHEMATICA
Select[Prime[Range[100]], ! JacobiSymbol[47, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
CROSSREFS
Sequence in context: A012253 A103336 A019402 * A105877 A309499 A173638
KEYWORD
nonn
AUTHOR
STATUS
approved