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

A038973
Primes p such that 86 is a square mod p.
1
2, 5, 7, 11, 17, 29, 37, 41, 43, 59, 61, 67, 71, 83, 97, 107, 139, 149, 151, 157, 191, 193, 199, 223, 251, 263, 277, 281, 283, 307, 337, 349, 353, 373, 379, 383, 389, 401, 421, 443, 463, 503, 547, 563, 569, 607
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[120]], ! JacobiSymbol[86, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
CROSSREFS
Sequence in context: A326505 A019396 A153767 * A197297 A172527 A265817
KEYWORD
nonn
AUTHOR
STATUS
approved