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 A140013 #17 Sep 08 2022 08:45:34 %S A140013 41,281,569,761,809,1289,1361,1481,1601,1889,2081,2129,2441,2609,2801, %T A140013 2969,3209,3329,3449,3761,3929,4001,4241,4289,4649,4721,5081,5441, %U A140013 5849,6089,6569,6761,8081,8609,8681,9041,9209,9281,9521,9929,10529 %N A140013 Primes of the form 41x^2+38xy+41y^2. %C A140013 Discriminant=-5280. See A139827 for more information. %C A140013 Also primes of the forms 41x^2+6xy+129y^2 and 41x^2+10xy+65y^2. See A140633. - _T. D. Noe_, May 19 2008 %H A140013 Vincenzo Librandi and Ray Chandler, <a href="/A140013/b140013.txt">Table of n, a(n) for n = 1..10000</a> [First 1000 terms from Vincenzo Librandi] %H A140013 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 A140013 The primes are congruent to {41, 161, 281, 329, 569, 689, 761, 809, 1121, 1289} (mod 1320). %t A140013 Union[QuadPrimes2[41, 38, 41, 10000], QuadPrimes2[41, -38, 41, 10000]] (* see A106856 *) %o A140013 (Magma) [ p: p in PrimesUpTo(11000) | p mod 1320 in {41, 161, 281, 329, 569, 689, 761, 809, 1121, 1289} ]; // _Vincenzo Librandi-, Aug 05 2012 %K A140013 nonn,easy %O A140013 1,1 %A A140013 _T. D. Noe_, May 02 2008