OFFSET
1,1
COMMENTS
Discriminant = 44. 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.
Also primes of form 11*u^2-v^2. The transformation {u,v}={-3*x-y,10*x+3*y} yields the form in the title. - Juan Arias-de-Reyna, Mar 20 2011
Also primes p equal -1 mod 4 and = 1, 3, 4, 5, or 9 mod 11. - Juan Arias-de-Reyna, Mar 20 2011
REFERENCES
Z. I. Borevich and I. R. Shafarevich, Number Theory, Academic Press, NY, 1966.
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. OEIS wiki, June 2014.
D. B. Zagier, Zetafunktionen und quadratische Körper, Springer, 1981.
EXAMPLE
a(4)=19 because we can write 19= -1^2+6*1*2+2*2^2 (or 19=7*1^2+10*1*1+2*1^2).
MATHEMATICA
Select[Prime[Range[250]], # == 2 || # == 11 || MatchQ[Mod[#, 44], Alternatives[7, 19, 35, 39, 43]]&] (* 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 (sergarmor(AT)yahoo.es), Jun 13 2008
STATUS
approved