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 A140029 #19 Sep 08 2022 08:45:34 %S A140029 3,619,643,691,859,1123,1291,1483,1699,2203,2467,2539,2707,2803,2971, %T A140029 3331,3499,3547,4051,4339,4651,4723,4987,5179,5347,5659,6163,6571, %U A140029 6691,7027,7243,7507,8011,8419,8539,9043,9091,9859,9883,9931,10099 %N A140029 Primes of the form 3x^2+616y^2. %C A140029 Discriminant=-7392. See A139827 for more information. %H A140029 Vincenzo Librandi and Ray Chandler, <a href="/A140029/b140029.txt">Table of n, a(n) for n = 1..10000</a> [First 1000 terms from Vincenzo Librandi] %H A140029 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 A140029 Except for 3, the primes are congruent to {115, 355, 619, 643, 691, 859, 955, 1027, 1123, 1147, 1291, 1483, 1651, 1699, 1819} (mod 1848). %t A140029 QuadPrimes2[3, 0, 616, 10000] (* see A106856 *) %o A140029 (Magma) [3] cat [ p: p in PrimesUpTo(11000) | p mod 1848 in {115, 355, 619, 643, 691, 859, 955, 1027, 1123, 1147, 1291, 1483, 1651, 1699, 1819} ]; // _Vincenzo Librandi_, Aug 06 2012 %K A140029 nonn,easy %O A140029 1,1 %A A140029 _T. D. Noe_, May 02 2008