This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A140014 #17 Sep 08 2022 08:45:34 %S A140014 2,683,743,827,863,947,1103,1163,1367,1523,1607,1787,2087,2423,2543, %T A140014 2927,3203,3347,3803,4127,4643,5387,5783,5987,6143,6203,6287,6323, %U A140014 6563,6827,6983,7247,7547,7883,8387,8663,8747,8807,9587,10067,10103 %N A140014 Primes of the form 2x^2+2xy+683y^2. %C A140014 Discriminant=-5460. See A139827 for more information. %H A140014 Vincenzo Librandi and Ray Chandler, <a href="/A140014/b140014.txt">Table of n, a(n) for n = 1..10000</a> [First 1000 terms from Vincenzo Librandi] %H A140014 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 A140014 The primes are congruent to {2, 323, 527, 683, 743, 827, 863, 947, 1103, 1163, 1367, 1523, 1607, 1787, 1943, 2087, 2423, 2507, 2543, 2867, 2927, 3047, 3203, 3287, 3347, 3707, 3803, 4103, 4127, 4223, 4607, 4643, 4727, 4883, 5063, 5363, 5387} (mod 5460). %t A140014 QuadPrimes2[2, -2, 683, 10000] (* see A106856 *) %o A140014 (Magma) [ p: p in PrimesUpTo(11000) | p mod 5460 in {2, 323, 527, 683, 743, 827, 863, 947, 1103, 1163, 1367, 1523, 1607, 1787, 1943, 2087, 2423, 2507, 2543, 2867, 2927, 3047, 3203, 3287, 3347, 3707, 3803, 4103, 4127, 4223, 4607, 4643, 4727, 4883, 5063, 5363, 5387} ]; // _Vincenzo Librandi_, Aug 05 2012 %K A140014 nonn,easy %O A140014 1,1 %A A140014 _T. D. Noe_, May 02 2008