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

A038959
Primes p such that 74 is a square mod p.
1
2, 5, 7, 13, 19, 29, 37, 41, 43, 47, 59, 61, 71, 73, 109, 127, 131, 137, 151, 163, 179, 223, 227, 233, 251, 263, 271, 277, 283, 331, 337, 347, 359, 367, 389, 421, 433, 461, 467, 499, 521, 523, 541, 547, 557, 563
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[110]], ! JacobiSymbol[74, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
CROSSREFS
Sequence in context: A045354 A103806 A019359 * A069351 A275011 A094743
KEYWORD
nonn
AUTHOR
STATUS
approved