The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A363717 Prime radicands p == 1 (mod 9) of pure cubic number fields of type Gamma. 1
541, 919, 1279, 1531, 2161, 2269, 3637, 6211, 6427, 7129, 7723, 7867, 7993, 8389, 8461, 9649, 9901, 10009, 11071, 13627, 15031, 15391, 15607, 15661, 15787, 16741, 17713, 17911, 17929 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
According to their ambiguous principal ideals (API), the normal closures of pure cubic number fields can be classified into three types (see Aouissi et al.). For each type, the generating radicals (cube roots) are API. For type Alpha, relative API exist additionally. For type Beta, absolute API exist additionally. For type Gamma, only the radicals are API, but some unit of the normal closure has a primitive third root of unity as its cyclic cubic relative norm. The latter property is characteristic for type Gamma. If the radicand is a prime p == 1 (mod 9) then type Beta is excluded, and, statistically, type Alpha dominates by far. The present subsequence of radicands with type Gamma is very sparse. Ismaili and El Mesaoudi have proved an important application of this subsequence. Type Gamma enables more capitulation types of closely related normal closures in their unramified cyclic cubic extensions than type Alpha.
REFERENCES
M. C. Ismaili et R. El Mesaoudi, Sur la capitulation des 3-classes d'idéaux de la clôture normale de certains corps cubiques purs, Ann. Sci. Math. Quebec, 29(2005), no. 1, 49-72.
LINKS
S. Aouissi et al., 3-rank of ambiguous class groups of cubic Kummer extensions, Period. Math. Hungar., 81(2020), 250-274.
EXAMPLE
The initial term 541 is the 16th term of the sequence of primes p == 1 (mod 9). The closely related conductors c = 3*2*541 = 3246 and c = 3*5*541 = 8115, resp. c = 9*541 = 4869, give rise to rare capitulation types d.23, (1320), resp. a.2, (1000), which cannot occur for type Alpha, according to Ismaili and El Mesaoudi.
PROG
(Magma)
p:=1; while (p lt 10^5) do p:=NextPrime(p); if (1 eq p mod 9) then ZX<X>:=PolynomialRing(Integers()); L:=NumberField(X^3-p); K:=NumberField(X^2+X+1); N:=Compositum(L, K); SetClassGroupBounds("GRH"); CL:=ClassGroup(L); VL:=Valuation(#CL, 3); CN:=ClassGroup(N); VN:=Valuation(#CN, 3); E:=VN-2*VL+1; if (1 eq E) then printf "%o, ", p; end if; end if; end while;
CROSSREFS
Subsequence of A061237. Via API related to A363699.
Sequence in context: A308799 A308791 A160200 * A112371 A031937 A031921
KEYWORD
nonn,more
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)