login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A274504
Primes with Kronecker symbol (p|14) != 1.
3
2, 7, 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
OFFSET
1,1
COMMENTS
Complement of A191017 in primes.
Conjecture: primes not congruent to (1, 3, 5, 9, 13, 15, 19, 23, 25, 27, 39, 45) mod 56.
LINKS
MATHEMATICA
Select[Prime[Range[200]], ! JacobiSymbol[#, 14] == 1 &]
PROG
(Magma) [p: p in PrimesUpTo(619) | not KroneckerSymbol(p, 14) eq 1];
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jun 29 2016
STATUS
approved