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

A038937
Primes p such that 58 is a square mod p.
1
2, 3, 7, 11, 19, 23, 29, 37, 43, 61, 71, 101, 103, 131, 151, 157, 163, 167, 199, 211, 223, 229, 233, 239, 241, 251, 257, 269, 281, 293, 307, 313, 317, 331, 353, 379, 383, 389, 401, 421, 431, 439, 443, 457, 461
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[100]], ! JacobiSymbol[58, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
CROSSREFS
Sequence in context: A140409 A201011 A108541 * A092940 A045326 A214029
KEYWORD
nonn
AUTHOR
STATUS
approved