A038907 Primes p such that 33 is a square mod p.
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
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Prime[Range[100]], JacobiSymbol[33, #] != -1 &] (* Vincenzo Librandi, Sep 07 2012 *)