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 A139878 #18 Sep 08 2022 08:45:34 %S A139878 23,71,191,239,263,359,431,599,743,863,911,1031,1103,1367,1439,1583, %T A139878 1607,1871,2039,2087,2111,2207,2423,2447,2543,2591,2711,2879,2927, %U A139878 3119,3623,3719,3767,4127,4271,4391,4463,4799,4943,4967,5231,5279 %N A139878 Primes of the form 8x^2+8xy+23y^2. %C A139878 Discriminant=-672. See A139827 for more information. %C A139878 Also primes of the forms 23x^2+16xy+32y^2, 15x^2+6xy+23y^2 and 23x^2+4xy+44y^2. See A140633. - _T. D. Noe_, May 19 2008 %H A139878 Vincenzo Librandi and Ray Chandler, <a href="/A139878/b139878.txt">Table of n, a(n) for n = 1..10000</a> [First 1000 terms from Vincenzo Librandi] %H A139878 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 A139878 The primes are congruent to {23, 71, 95} (mod 168). %t A139878 QuadPrimes2[8, -8, 23, 10000] (* see A106856 *) %o A139878 (Magma) [ p: p in PrimesUpTo(6000) | p mod 168 in {23, 71, 95}]; // _Vincenzo Librandi_, Jul 30 2012 %K A139878 nonn,easy %O A139878 1,1 %A A139878 _T. D. Noe_, May 02 2008