A038887 15 is a square mod p.
2, 3, 5, 7, 11, 17, 43, 53, 59, 61, 67, 71, 103, 109, 113, 127, 131, 137, 163, 173, 179, 181, 191, 197, 223, 229, 233, 239, 241, 251, 257, 283, 293, 307, 311, 317, 349, 353, 359, 367, 409, 419, 421, 431, 463, 479
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Prime[Range[100]], JacobiSymbol[15, #] != -1 &] (* Vincenzo Librandi, Sep 07 2012 *)