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 A141192 #28 Feb 17 2022 12:00:32 %S A141192 2,3,29,41,53,59,71,89,107,113,167,173,179,227,257,269,281,293,317, %T A141192 383,401,431,449,509,521,563,569,599,641,659,677,683,743,773,797,827, %U A141192 839,857,863,887,911,941,953,971,977,983,1019,1091,1097,1181,1193,1229,1283,1307,1319 %N A141192 Primes of the form 3*x^2+3*x*y-4*y^2 (as well as of the form 8*x^2+11*x*y+2*y^2). %C A141192 Discriminant = 57. Class = 2. Binary quadratic forms a*x^2+b*x*y+c*y^2 have discriminant d=b^2-4ac and gcd(a,b,c)=1 %C A141192 p = 3 and primes p = 2 mod 3 such that 57 is a square mod p. - _Juan Arias-de-Reyna_, Mar 20 2011 %D A141192 Z. I. Borevich and I. R. Shafarevich, Number Theory. %H A141192 Juan Arias-de-Reyna, <a href="/A141192/b141192.txt">Table of n, a(n) for n = 1..10000</a> %H A141192 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) %H A141192 D. B. Zagier, <a href="https://doi.org/10.1007/978-3-642-61829-1">Zetafunktionen und quadratische Körper</a>, Springer, 1981. %e A141192 a(6)=59 because we can write 59=3*7^2+3*7*8-4*8^2 (or 59=8*1^2+11*1*3+2*3^2) %t A141192 Select[Prime[Range[250]], # == 3 || MatchQ[Mod[#, 57], Alternatives[2, 8, 14, 29, 32, 41, 50, 53, 56]]&] (* _Jean-François Alcover_, Oct 28 2016 *) %Y A141192 Cf. A141193 (d=57). A038872 (d=5). A038873 (d=8). A068228, A141123 (d=12). A038883 (d=13). A038889 (d=17). A141111, A141112 (d=65). %Y A141192 Primes in A243192. %Y A141192 For a list of sequences giving numbers and/or primes represented by binary quadratic forms, see the "Binary Quadratic Forms and OEIS" link. %K A141192 nonn %O A141192 1,1 %A A141192 Laura Caballero Fernandez, Lourdes Calvo Moguer, Maria Josefa Cano Marquez, Oscar Jesus Falcon Ganfornina and Sergio Garrido Morales (oscfalgan(AT)yahoo.es), Jun 12 2008