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

A139976
Primes of the form 23x^2+6xy+23y^2.
2
23, 103, 127, 263, 367, 503, 607, 647, 727, 823, 887, 1063, 1223, 1303, 1327, 1447, 1543, 1583, 1663, 1823, 1847, 2063, 2207, 2287, 2383, 2447, 2687, 2887, 2903, 3407, 3527, 3623, 3727, 3767, 3823, 3847, 3943, 4007, 4423, 4447, 4463, 4567
OFFSET
1,1
COMMENTS
Discriminant=-2080. 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 {23, 87, 103, 127, 183, 207, 263, 287, 303, 367, 407, 503} (mod 520).
MATHEMATICA
Union[QuadPrimes2[23, 6, 23, 10000], QuadPrimes2[23, -6, 23, 10000]] (* see A106856 *)
PROG
(Magma) [p: p in PrimesUpTo(6000) | p mod 520 in [23, 87, 103, 127, 183, 207, 263, 287, 303, 367, 407, 503]]; // Vincenzo Librandi, Aug 03 2012
CROSSREFS
Sequence in context: A142173 A225584 A214092 * A241746 A142192 A129918
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 02 2008
STATUS
approved