Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #16 Sep 08 2022 08:45:34
%S 59,83,179,251,443,467,491,563,587,659,971,1019,1259,1283,1307,1427,
%T 1619,1667,1787,1811,2027,2099,2243,2531,2699,2843,2939,3011,3251,
%U 3299,3323,3347,3467,3659,3851,3923,4139,4259,4283,4523,4547,4643
%N Primes of the form 8x^2+51y^2.
%C Discriminant=-1632. See A139827 for more information.
%H Vincenzo Librandi and Ray Chandler, <a href="/A139958/b139958.txt">Table of n, a(n) for n = 1..10000</a> [First 1000 terms from Vincenzo Librandi]
%H N. J. A. Sloane et al., <a href="https://oeis.org/wiki/Binary_Quadratic_Forms_and_OEIS">Binary Quadratic Forms and OEIS</a> (Index to related sequences, programs, references)
%F The primes are congruent to {35, 59, 83, 155, 179, 203, 251, 395} (mod 408).
%t QuadPrimes2[8, 0, 51, 10000] (* see A106856 *)
%o (Magma) [ p: p in PrimesUpTo(5000) | p mod 408 in [35, 59, 83, 155, 179, 203, 251, 395]]; // _Vincenzo Librandi_, Aug 02 2012
%K nonn,easy
%O 1,1
%A _T. D. Noe_, May 02 2008