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

A139864
Primes of the form 2x^2 + 2xy + 67y^2.
2
2, 67, 71, 79, 107, 127, 151, 179, 211, 331, 379, 431, 487, 547, 599, 659, 683, 743, 751, 827, 863, 907, 911, 991, 1019, 1171, 1283, 1367, 1439, 1471, 1523, 1579, 1663, 1667, 1723, 1747, 2003, 2027, 2083, 2111, 2143, 2179, 2207, 2311, 2339, 2347
OFFSET
1,1
COMMENTS
Discriminant = -532. See A139827 for more information.
LINKS
Vincenzo Librandi and Ray Chandler, Table of n, a(n) for n = 1..10000 [First 1000 terms from Vincenzo Librandi]
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
FORMULA
The primes are congruent to {2, 15, 51, 67, 71, 79, 107, 127, 135, 151, 155, 179, 183, 211, 219, 295, 303, 319, 331, 375, 379, 407, 431, 459, 471, 487, 515, 527} (mod 532).
MATHEMATICA
QuadPrimes2[2, -2, 67, 10000] (* see A106856 *)
PROG
(Magma) [ p: p in PrimesUpTo(3000) | p mod 532 in {2, 15, 51, 67, 71, 79, 107, 127, 135, 151, 155, 179, 183, 211, 219, 295, 303, 319, 331, 375, 379, 407, 431, 459, 471, 487, 515, 527}]; // Vincenzo Librandi, Jul 29 2012
CROSSREFS
Sequence in context: A230663 A016535 A245097 * A107993 A131604 A139861
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 02 2008
STATUS
approved