A191061 Primes p that have Kronecker symbol (p|14) = -1.
11, 17, 29, 31, 37, 41, 43, 47, 53, 67, 73, 89, 97, 103, 107, 109, 149, 163, 167, 179, 197, 199, 211, 223, 241, 257, 271, 277, 311, 313, 317, 331, 347, 353, 367, 373, 379, 383, 389, 409, 421, 433, 439, 443, 479, 491, 499, 503, 521, 541, 547, 557, 571, 577
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[p: p in PrimesUpTo(577) | KroneckerSymbol(p, 14) eq -1]; // Vincenzo Librandi, Sep 11 2012
-
Mathematica
Select[Prime[Range[200]], JacobiSymbol[#,14]==-1&]
Extensions
Definition corrected, following a suggestion from David Broadhurst, by M. F. Hasler, Jan 18 2016
Comments