A228251 Fundamental discriminant of least absolute value with class group of 2-rank n.
-3, 12, 60, -420, 4620, 60060, 1021020, -19399380, 446185740, 12939386460, -401120980260, -14841476269620, -608500527054420, 26165522663340060, -1229779565176982820, -65178316954380089460, 3845520700308425278140, 234576762718813941966540, -15716643102160534111758180
Offset: 0
Examples
The term a(0) = -3 because -3 is the fundamental discriminant of least absolute value whose corresponding class group, the trivial group, has 2-rank 0 (and its genus group is thus also the trivial group). Being negative, -3 is the discriminant of an imaginary quadratic field. The term a(2) = 60 (=(-3)(-4)(5)) because its corresponding class group has 2-rank 2 (one fewer than the number of 60's prime discriminant factors); in this case the genus group is isomorphic to Z_2 x Z_2 (as the class group also happens to be here). As 60 is positive, it is the discriminant of a real quadratic field.
Links
Programs
-
PARI
{fd = -3; for(n = 0, 348, if(n > 1, pd = prime(n + 1); if(pd%4 == 3, pd = -pd); fd *= pd, if(n, fd = 12)); write("b228251.txt", n, " ", fd))}
Comments