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

A038907
Primes p such that 33 is a square mod p.
3
2, 3, 11, 17, 29, 31, 37, 41, 67, 83, 97, 101, 103, 107, 131, 149, 157, 163, 167, 173, 181, 197, 199, 223, 227, 229, 233, 239, 263, 281, 293, 313, 331, 347, 359, 367, 379, 397, 421, 431, 433, 461, 463, 479, 487
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[100]], JacobiSymbol[33, #] != -1 &] (* Vincenzo Librandi, Sep 07 2012 *)
CROSSREFS
Sequence in context: A105903 A045338 A250175 * A019417 A176671 A191085
KEYWORD
nonn
AUTHOR
STATUS
approved