%I #17 Sep 08 2022 08:45:34
%S 83,131,227,563,1091,1427,1811,1931,1979,2243,2411,2939,3251,3659,
%T 3779,3923,4091,4259,4451,4787,5099,5507,5843,5939,6299,6947,6971,
%U 7523,7691,8147,8291,8819,9203,9323,9371,9467,9539,9803,10139,10163
%N Primes of the form 24x^2+24xy+83y^2.
%C Discriminant=-7392. See A139827 for more information.
%H Vincenzo Librandi and Ray Chandler, <a href="/A140038/b140038.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 {83, 131, 227, 299, 395, 563, 635, 755, 899, 923, 1091, 1139, 1403, 1427, 1811} (mod 1848).
%t QuadPrimes2[24, -24, 83, 10000] (* see A106856 *)
%o (Magma) [ p: p in PrimesUpTo(12000) | p mod 1848 in {83, 131, 227, 299, 395, 563, 635, 755, 899, 923, 1091, 1139, 1403, 1427, 1811} ]; // _Vincenzo Librandi_, Aug 06 2012
%K nonn,easy
%O 1,1
%A _T. D. Noe_, May 02 2008