A038902 Primes p such that 29 is not a square mod p.
2, 3, 11, 17, 19, 31, 37, 41, 43, 47, 61, 73, 79, 89, 97, 101, 113, 127, 131, 137, 157, 163, 191, 193, 211, 229, 251, 263, 269, 271, 293, 307, 311, 317, 331, 337, 359, 367, 379, 389, 409, 421, 433, 443, 449, 461
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Prime@Range[120], JacobiSymbol[29, #] == -1 &] (* Vincenzo Librandi, Sep 09 2012 *)
Extensions
Offset changed from 0 to 1 by Vincenzo Librandi, Sep 09 2012