%I #16 Sep 08 2022 08:45:34
%S 3,113,137,257,353,443,467,587,617,683,947,977,1193,1307,1433,1523,
%T 1697,1787,1907,2003,2027,2267,2297,2633,2753,2777,2843,2897,2963,
%U 3083,3257,3323,3347,3617,3833,3947,4073,4217,4283,4337,4547,4643
%N Primes of the form 3x^2+110y^2.
%C Discriminant=-1320. See A139827 for more information.
%H Vincenzo Librandi and Ray Chandler, <a href="/A139929/b139929.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 {3, 113, 137, 203, 257, 323, 353, 377, 443, 467, 587, 617, 683, 707, 713, 947, 977, 1043, 1193, 1307, 1313} (mod 1320).
%t QuadPrimes2[3, 0, 110, 10000] (* see A106856 *)
%o (Magma) [ p: p in PrimesUpTo(6000) | p mod 1320 in [3, 113, 137, 203, 257, 323, 353, 377, 443, 467, 587, 617, 683, 707, 713, 947, 977, 1043, 1193, 1307, 1313]]; // _Vincenzo Librandi_, Aug 02 2012
%K nonn,easy
%O 1,1
%A _T. D. Noe_, May 02 2008