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 A106917 #19 Feb 09 2017 12:43:21 %S A106917 2,7,71,79,113,191,193,263,337,401,457,463,569,599,617,631,641,809, %T A106917 823,863,919,991,1009,1031,1201,1289,1297,1327,1367,1471,1583,1607, %U A106917 1801,1831,1913,1999,2087,2111,2143,2153,2297,2311,2473,2521,2543 %N A106917 Primes of the form 2x^2 + 7y^2. %C A106917 Discriminant = -56. %H A106917 Vincenzo Librandi and Ray Chandler, <a href="/A106917/b106917.txt">Table of n, a(n) for n = 1..10000</a> [First 1000 terms from Vincenzo Librandi] %H A106917 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) %t A106917 QuadPrimes2[2, 0, 7, 10000] (* see A106856 *) %o A106917 (PARI) list(lim)=my(v=List(),w,t); for(x=0, sqrtint(lim\2), w=2*x^2; for(y=0, sqrtint((lim-w)\7), if(isprime(t=w+7*y^2), listput(v,t)))); Set(v) \\ _Charles R Greathouse IV_, Feb 09 2017 %K A106917 nonn,easy %O A106917 1,1 %A A106917 _T. D. Noe_, May 09 2005