OFFSET
1,1
COMMENTS
Discriminant = 33. 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.
These are primes = 11 or congruent to {2, 8, 17, 29, 32} mod 33. Note that the binary quadratic forms with discriminant 33 are in two classes as well as two genera, so there is one class in each genus. A141177 is in the other genus, with primes = 3 or congruent to {1, 4, 16, 25, 31} mod 33. - Jianing Song, Jul 30 2018
REFERENCES
Z. I. Borevich and I. R. Shafarevich, Number Theory.
D. B. Zagier, Zetafunktionen und quadratische Körper: Eine Einführung in die höhere Zahlentheorie, Springer-Verlag Berlin Heidelberg, 1981, DOI 10.1007/978-3-642-61829-1.
LINKS
Juan Arias-de-Reyna, Table of n, a(n) for n = 1..10000
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
EXAMPLE
a(3) = 17 because we can write 17 = 2*4^2 + 3*4*5 - 3*5^2 (or 17 = 6*1^2 + 9*1*1 + 2*1^2).
MATHEMATICA
Select[Prime[Range[500]], # == 11 || MatchQ[Mod[#, 33], Alternatives[2, 8, 17, 29, 32]]&] (* Jean-François Alcover, Oct 28 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Laura Caballero Fernandez, Lourdes Calvo Moguer, Maria Josefa Cano Marquez, Oscar Jesus Falcon Ganfornina and Sergio Garrido Morales (marcanmar(AT)alum.us.es), Jun 12 2008
STATUS
approved