A038897 23 is a square mod p.
2, 7, 11, 13, 19, 23, 29, 41, 43, 67, 73, 79, 83, 101, 103, 107, 173, 191, 193, 197, 199, 227, 233, 251, 257, 263, 269, 277, 283, 317, 349, 353, 359, 367, 379, 383, 397, 409, 419, 431, 449, 461, 467, 479, 503, 509
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Prime[Range[100]], JacobiSymbol[23, #] != -1 &] (* Vincenzo Librandi, Sep 07 2012 *)
Comments