A250235 Discriminants of real quadratic fields with cyclic 3-class group (3).
229, 257, 316, 321, 469, 473, 568, 697, 733, 761, 785, 892, 940, 985, 993, 1016, 1101, 1229, 1257, 1304, 1345, 1373, 1384, 1436, 1489, 1509, 1708, 1765, 1772, 1901, 1929, 1937, 1957, 2021, 2024, 2089, 2101, 2177, 2213, 2233, 2296, 2429, 2505, 2557, 2589, 2636, 2677, 2713, 2777, 2857, 2917, 2920, 2941, 2981, 2993
Offset: 1
Links
- Emil Artin, Beweis des allgemeinen Reziprozitätsgesetzes, Abh. math. Sem. Univ. Hamburg 5 (1927), 353-363.
- Helmut Hasse, Arithmetische Theorie der kubischen Körper auf klassenkörpertheoretischer Grundlage, Math. Z. 31 (1930), 565-582.
- Helmut Hasse, Arithmetische Theorie der kubischen Körper auf klassenkörpertheoretischer Grundlage.
Programs
-
Magma
for d := 2 to 3000 do a := false; if (1 eq d mod 4) and IsSquarefree(d) then a := true; end if; if (0 eq d mod 4) then r := d div 4; if IsSquarefree(r) and ((2 eq r mod 4) or (3 eq r mod 4)) then a := true; end if; end if; if (true eq a) then K := QuadraticField(d); C := ClassGroup(K); if ([3] eq pPrimaryInvariants(C, 3)) then d, ", "; end if; end if; end for;
Comments