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”).

A296924
Primes p such that Legendre(-6,p) = 0 or 1.
2
2, 3, 5, 7, 11, 29, 31, 53, 59, 73, 79, 83, 97, 101, 103, 107, 127, 131, 149, 151, 173, 179, 193, 197, 199, 223, 227, 241, 251, 269, 271, 293, 313, 317, 337, 347, 367, 389, 409, 419, 433, 439, 443, 457, 461, 463, 467, 487, 491, 509, 557, 563, 577, 587, 601, 607, 631, 653, 659, 673, 677, 683
OFFSET
1,1
COMMENTS
Primes == 1, 2, 3, 5, 7, or 11 (mod 24). - Robert Israel, Dec 27 2017
LINKS
MAPLE
Load the Maple program HH given in A296920. Then run HH(-6, 200); This produces A157437, A191059, and the present sequence.
select(isprime, {seq(seq(24*i+j, j=[1, 2, 3, 5, 7, 11]), i=0..100)});
CROSSREFS
Sequence in context: A114421 A167119 A165682 * A343423 A175711 A099160
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 26 2017
STATUS
approved