A038885 14 is a square mod p.
2, 5, 7, 11, 13, 31, 43, 47, 61, 67, 101, 103, 107, 113, 137, 157, 163, 167, 173, 179, 181, 193, 199, 211, 223, 229, 233, 269, 271, 281, 293, 311, 331, 337, 347, 349, 367, 379, 383, 397, 401, 439, 443, 449, 457
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Prime[Range[100]], JacobiSymbol[14, #] != -1 &] (* Vincenzo Librandi, Sep 07 2012 *)