%I #17 Sep 08 2022 08:45:34
%S 157,181,229,397,661,829,1021,1237,1741,2029,2341,2677,3037,3853,3877,
%T 4093,4261,4357,4933,5197,5437,5701,6037,6229,6373,6733,6781,7549,
%U 7573,7621,7789,8053,8221,8581,8629,8893,9133,9397,9421,9733,9901
%N Primes of the form 12x^2+12xy+157y^2.
%C Discriminant=-7392. See A139827 for more information.
%H Vincenzo Librandi and Ray Chandler, <a href="/A140035/b140035.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 {157, 181, 229, 397, 493, 565, 661, 685, 829, 1021, 1189, 1237, 1357, 1501, 1741} (mod 1848).
%t QuadPrimes2[12, -12, 157, 10000] (* see A106856 *)
%o (Magma) [ p: p in PrimesUpTo(12000) | p mod 1848 in {157, 181, 229, 397, 493, 565, 661, 685, 829, 1021, 1189, 1237, 1357, 1501, 1741} ]; // _Vincenzo Librandi_, Aug 06 2012
%K nonn,easy
%O 1,1
%A _T. D. Noe_, May 02 2008