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

A038971
Primes p such that 85 is a square mod p.
1
3, 5, 7, 17, 19, 23, 37, 59, 73, 89, 97, 101, 107, 113, 149, 151, 163, 167, 173, 179, 191, 193, 197, 227, 229, 233, 239, 251, 271, 277, 281, 283, 313, 317, 331, 337, 347, 349, 359, 367, 389, 397, 409, 421, 461
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[110]], ! JacobiSymbol[85, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
CROSSREFS
Sequence in context: A377939 A258195 A110358 * A210479 A045400 A163425
KEYWORD
nonn
AUTHOR
STATUS
approved