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

A038936
Primes p such that 57 is not a square mod p.
10
5, 11, 13, 17, 23, 31, 37, 47, 67, 79, 83, 97, 101, 103, 109, 127, 131, 137, 149, 151, 181, 191, 193, 197, 211, 223, 233, 239, 241, 251, 263, 307, 311, 331, 337, 347, 353, 359, 373, 379, 389, 409, 419, 421, 433
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime@Range[120], JacobiSymbol[57, #] == -1 &] (* Vincenzo Librandi, Sep 09 2012 *)
PROG
(PARI) select(n->!issquare(Mod(57, n)), primes(100)) \\ Charles R Greathouse IV, Sep 09 2012
CROSSREFS
Sequence in context: A272446 A307390 A104110 * A106091 A246374 A040113
KEYWORD
nonn
AUTHOR
STATUS
approved