A322710 Negative discriminants with form class number 2 (negated).
15, 20, 24, 32, 35, 36, 40, 48, 51, 52, 60, 64, 72, 75, 88, 91, 99, 100, 112, 115, 123, 147, 148, 187, 232, 235, 267, 403, 427
Offset: 1
Links
- Rick L. Shepherd, Binary quadratic forms and genus theory, Master of Arts Thesis, University of North Carolina at Greensboro, 2013
- Jianing Song, j-invariants for the discriminants with form class number 2 and their Hilbert class polynomials
- Eric Weisstein's World of Mathematics, Class Number
Crossrefs
Programs
-
PARI
for(n=1, 500, if((-n)%4<=1&&quadclassunit(-n)[1]==2, print1(n, ", ")))
Comments