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 A139884 #16 Sep 08 2022 08:45:34 %S A139884 2,97,103,113,127,167,193,223,257,337,383,433,487,607,673,743,857,863, %T A139884 887,953,977,983,1063,1097,1153,1193,1367,1433,1447,1553,1663,1777, %U A139884 1823,1913,2017,2143,2207,2273,2377,2383,2393,2423,2447,2473,2503 %N A139884 Primes of the form 2x^2+95y^2. %C A139884 Discriminant=-760. See A139827 for more information. %H A139884 Vincenzo Librandi and Ray Chandler, <a href="/A139884/b139884.txt">Table of n, a(n) for n = 1..10000</a> [First 1000 terms from Vincenzo Librandi] %H A139884 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 A139884 The primes are congruent to {2, 33, 97, 103, 113, 127, 143, 167, 183, 193, 217, 223, 257, 287, 297, 303, 337, 383, 393, 407, 417, 433, 447, 487, 497, 527, 553, 583, 607, 623, 673, 687, 697, 713, 737, 743, 753} (mod 760). %t A139884 QuadPrimes2[2, 0, 95, 10000] (* see A106856 *) %o A139884 (Magma) [ p: p in PrimesUpTo(3000) | p mod 760 in {2, 33, 97, 103, 113, 127, 143, 167, 183, 193, 217, 223, 257, 287, 297, 303, 337, 383, 393, 407, 417, 433, 447, 487, 497, 527, 553, 583, 607, 623, 673, 687, 697, 713, 737, 743, 753}]; // _Vincenzo Librandi_, Jul 30 2012 %K A139884 nonn,easy %O A139884 1,1 %A A139884 _T. D. Noe_, May 02 2008