Properties

Label 20.20.213...125.1
Degree $20$
Signature $(20, 0)$
Discriminant $2.133\times 10^{37}$
Root discriminant \(73.53\)
Ramified primes $5,31$
Class number $1$ (GRH)
Class group trivial (GRH)
Galois group $C_{20}$ (as 20T1)

Related objects

Downloads

Learn more

Show commands: Magma / Oscar / Pari/GP / SageMath

Normalized defining polynomial

Copy content comment:Define the number field
 
Copy content sage:x = polygen(QQ); K.<a> = NumberField(x^20 - x^19 - 57*x^18 + 66*x^17 + 1198*x^16 - 1526*x^15 - 12200*x^14 + 17240*x^13 + 64636*x^12 - 104480*x^11 - 174550*x^10 + 341431*x^9 + 205983*x^8 - 586336*x^7 - 12337*x^6 + 478381*x^5 - 146594*x^4 - 137680*x^3 + 63070*x^2 + 8405*x - 4645)
 
Copy content gp:K = bnfinit(y^20 - y^19 - 57*y^18 + 66*y^17 + 1198*y^16 - 1526*y^15 - 12200*y^14 + 17240*y^13 + 64636*y^12 - 104480*y^11 - 174550*y^10 + 341431*y^9 + 205983*y^8 - 586336*y^7 - 12337*y^6 + 478381*y^5 - 146594*y^4 - 137680*y^3 + 63070*y^2 + 8405*y - 4645, 1)
 
Copy content magma:R<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^20 - x^19 - 57*x^18 + 66*x^17 + 1198*x^16 - 1526*x^15 - 12200*x^14 + 17240*x^13 + 64636*x^12 - 104480*x^11 - 174550*x^10 + 341431*x^9 + 205983*x^8 - 586336*x^7 - 12337*x^6 + 478381*x^5 - 146594*x^4 - 137680*x^3 + 63070*x^2 + 8405*x - 4645);
 
Copy content oscar:Qx, x = polynomial_ring(QQ); K, a = number_field(x^20 - x^19 - 57*x^18 + 66*x^17 + 1198*x^16 - 1526*x^15 - 12200*x^14 + 17240*x^13 + 64636*x^12 - 104480*x^11 - 174550*x^10 + 341431*x^9 + 205983*x^8 - 586336*x^7 - 12337*x^6 + 478381*x^5 - 146594*x^4 - 137680*x^3 + 63070*x^2 + 8405*x - 4645)
 

\( x^{20} - x^{19} - 57 x^{18} + 66 x^{17} + 1198 x^{16} - 1526 x^{15} - 12200 x^{14} + 17240 x^{13} + \cdots - 4645 \) Copy content Toggle raw display

Copy content comment:Defining polynomial
 
Copy content sage:K.defining_polynomial()
 
Copy content gp:K.pol
 
Copy content magma:DefiningPolynomial(K);
 
Copy content oscar:defining_polynomial(K)
 

Invariants

Degree:  $20$
Copy content comment:Degree over Q
 
Copy content sage:K.degree()
 
Copy content gp:poldegree(K.pol)
 
Copy content magma:Degree(K);
 
Copy content oscar:degree(K)
 
Signature:  $(20, 0)$
Copy content comment:Signature
 
Copy content sage:K.signature()
 
Copy content gp:K.sign
 
Copy content magma:Signature(K);
 
Copy content oscar:signature(K)
 
Discriminant:   \(21333423461884919389012763702392578125\) \(\medspace = 5^{15}\cdot 31^{18}\) Copy content Toggle raw display
Copy content comment:Discriminant
 
Copy content sage:K.disc()
 
Copy content gp:K.disc
 
Copy content magma:OK := Integers(K); Discriminant(OK);
 
Copy content oscar:OK = ring_of_integers(K); discriminant(OK)
 
Root discriminant:  \(73.53\)
Copy content comment:Root discriminant
 
Copy content sage:(K.disc().abs())^(1./K.degree())
 
Copy content gp:abs(K.disc)^(1/poldegree(K.pol))
 
Copy content magma:Abs(Discriminant(OK))^(1/Degree(K));
 
Copy content oscar:OK = ring_of_integers(K); (1.0 * abs(discriminant(OK)))^(1/degree(K))
 
Galois root discriminant:  $5^{3/4}31^{9/10}\approx 73.52804649223957$
Ramified primes:   \(5\), \(31\) Copy content Toggle raw display
Copy content comment:Ramified primes
 
Copy content sage:K.disc().support()
 
Copy content gp:factor(abs(K.disc))[,1]~
 
Copy content magma:PrimeDivisors(Discriminant(OK));
 
Copy content oscar:prime_divisors(discriminant(OK))
 
Discriminant root field:  \(\Q(\sqrt{5}) \)
$\Aut(K/\Q)$ $=$ $\Gal(K/\Q)$:   $C_{20}$
Copy content comment:Automorphisms
 
Copy content sage:K.automorphisms()
 
Copy content magma:Automorphisms(K);
 
Copy content oscar:automorphism_group(K)
 
This field is Galois and abelian over $\Q$.
Conductor:  \(155=5\cdot 31\)
Dirichlet character group:    $\lbrace$$\chi_{155}(64,·)$, $\chi_{155}(1,·)$, $\chi_{155}(66,·)$, $\chi_{155}(4,·)$, $\chi_{155}(77,·)$, $\chi_{155}(16,·)$, $\chi_{155}(147,·)$, $\chi_{155}(23,·)$, $\chi_{155}(153,·)$, $\chi_{155}(27,·)$, $\chi_{155}(92,·)$, $\chi_{155}(58,·)$, $\chi_{155}(94,·)$, $\chi_{155}(101,·)$, $\chi_{155}(39,·)$, $\chi_{155}(108,·)$, $\chi_{155}(109,·)$, $\chi_{155}(122,·)$, $\chi_{155}(123,·)$, $\chi_{155}(126,·)$$\rbrace$
This is not a CM field.
This field has no CM subfields.

Integral basis (with respect to field generator \(a\))

$1$, $a$, $a^{2}$, $a^{3}$, $a^{4}$, $a^{5}$, $a^{6}$, $a^{7}$, $a^{8}$, $a^{9}$, $a^{10}$, $a^{11}$, $a^{12}$, $a^{13}$, $a^{14}$, $a^{15}$, $\frac{1}{5}a^{16}+\frac{2}{5}a^{15}+\frac{1}{5}a^{12}+\frac{1}{5}a^{10}+\frac{1}{5}a^{8}-\frac{2}{5}a^{5}+\frac{1}{5}a^{4}$, $\frac{1}{5}a^{17}+\frac{1}{5}a^{15}+\frac{1}{5}a^{13}-\frac{2}{5}a^{12}+\frac{1}{5}a^{11}-\frac{2}{5}a^{10}+\frac{1}{5}a^{9}-\frac{2}{5}a^{8}-\frac{2}{5}a^{6}-\frac{2}{5}a^{4}$, $\frac{1}{3095}a^{18}-\frac{168}{3095}a^{17}+\frac{57}{3095}a^{16}+\frac{1449}{3095}a^{15}-\frac{1239}{3095}a^{14}+\frac{266}{619}a^{13}+\frac{378}{3095}a^{12}-\frac{255}{619}a^{11}+\frac{1408}{3095}a^{10}-\frac{56}{619}a^{9}-\frac{1448}{3095}a^{8}+\frac{368}{3095}a^{7}-\frac{1}{5}a^{6}-\frac{1209}{3095}a^{5}+\frac{152}{3095}a^{4}+\frac{216}{619}a^{3}+\frac{302}{619}a^{2}-\frac{198}{619}a+\frac{217}{619}$, $\frac{1}{11\cdots 25}a^{19}-\frac{14\cdots 04}{11\cdots 25}a^{18}+\frac{41\cdots 46}{45\cdots 49}a^{17}-\frac{73\cdots 34}{11\cdots 25}a^{16}-\frac{10\cdots 57}{22\cdots 45}a^{15}-\frac{18\cdots 81}{11\cdots 25}a^{14}-\frac{12\cdots 12}{11\cdots 25}a^{13}+\frac{15\cdots 11}{11\cdots 25}a^{12}-\frac{39\cdots 07}{11\cdots 25}a^{11}+\frac{52\cdots 01}{11\cdots 25}a^{10}-\frac{30\cdots 13}{11\cdots 25}a^{9}+\frac{12\cdots 51}{22\cdots 45}a^{8}+\frac{21\cdots 88}{11\cdots 25}a^{7}+\frac{97\cdots 97}{22\cdots 45}a^{6}-\frac{50\cdots 42}{11\cdots 25}a^{5}-\frac{44\cdots 98}{11\cdots 25}a^{4}-\frac{13\cdots 76}{22\cdots 45}a^{3}+\frac{50\cdots 32}{22\cdots 45}a^{2}-\frac{43\cdots 67}{22\cdots 45}a-\frac{60\cdots 73}{22\cdots 45}$ Copy content Toggle raw display

Copy content comment:Integral basis
 
Copy content sage:K.integral_basis()
 
Copy content gp:K.zk
 
Copy content magma:IntegralBasis(K);
 
Copy content oscar:basis(OK)
 

Monogenic:  Not computed
Index:  $1$
Inessential primes:  None

Class group and class number

Ideal class group:  Trivial group, which has order $1$ (assuming GRH)
Copy content comment:Class group
 
Copy content sage:K.class_group().invariants()
 
Copy content gp:K.clgp
 
Copy content magma:ClassGroup(K);
 
Copy content oscar:class_group(K)
 
Narrow class group:  $C_{2}\times C_{2}\times C_{2}\times C_{2}\times C_{2}\times C_{2}$, which has order $64$ (assuming GRH)
Copy content comment:Narrow class group
 
Copy content sage:K.narrow_class_group().invariants()
 
Copy content gp:bnfnarrow(K)
 
Copy content magma:NarrowClassGroup(K);
 

Unit group

Copy content comment:Unit group
 
Copy content sage:UK = K.unit_group()
 
Copy content magma:UK, fUK := UnitGroup(K);
 
Copy content oscar:UK, fUK = unit_group(OK)
 
Rank:  $19$
Copy content comment:Unit rank
 
Copy content sage:UK.rank()
 
Copy content gp:K.fu
 
Copy content magma:UnitRank(K);
 
Copy content oscar:rank(UK)
 
Torsion generator:   \( -1 \)  (order $2$) Copy content Toggle raw display
Copy content comment:Generator for roots of unity
 
Copy content sage:UK.torsion_generator()
 
Copy content gp:K.tu[2]
 
Copy content magma:K!f(TU.1) where TU,f is TorsionUnitGroup(K);
 
Copy content oscar:torsion_units_generator(OK)
 
Fundamental units:   $\frac{36\cdots 53}{53\cdots 05}a^{19}+\frac{11\cdots 03}{53\cdots 05}a^{18}-\frac{20\cdots 86}{53\cdots 05}a^{17}-\frac{30\cdots 67}{53\cdots 05}a^{16}+\frac{42\cdots 59}{53\cdots 05}a^{15}+\frac{15\cdots 57}{53\cdots 05}a^{14}-\frac{43\cdots 27}{53\cdots 05}a^{13}+\frac{79\cdots 66}{10\cdots 81}a^{12}+\frac{23\cdots 18}{53\cdots 05}a^{11}-\frac{11\cdots 25}{10\cdots 81}a^{10}-\frac{14\cdots 66}{10\cdots 81}a^{9}+\frac{26\cdots 47}{53\cdots 05}a^{8}+\frac{11\cdots 74}{53\cdots 05}a^{7}-\frac{56\cdots 78}{53\cdots 05}a^{6}-\frac{85\cdots 91}{53\cdots 05}a^{5}+\frac{52\cdots 63}{53\cdots 05}a^{4}+\frac{47\cdots 40}{10\cdots 81}a^{3}-\frac{32\cdots 84}{10\cdots 81}a^{2}-\frac{27\cdots 96}{10\cdots 81}a+\frac{22\cdots 95}{10\cdots 81}$, $\frac{12\cdots 21}{11\cdots 25}a^{19}-\frac{29\cdots 64}{11\cdots 25}a^{18}-\frac{13\cdots 14}{22\cdots 45}a^{17}+\frac{27\cdots 91}{11\cdots 25}a^{16}+\frac{29\cdots 43}{22\cdots 45}a^{15}-\frac{71\cdots 81}{11\cdots 25}a^{14}-\frac{15\cdots 37}{11\cdots 25}a^{13}+\frac{89\cdots 51}{11\cdots 25}a^{12}+\frac{85\cdots 68}{11\cdots 25}a^{11}-\frac{59\cdots 34}{11\cdots 25}a^{10}-\frac{25\cdots 08}{11\cdots 25}a^{9}+\frac{41\cdots 86}{22\cdots 45}a^{8}+\frac{41\cdots 83}{11\cdots 25}a^{7}-\frac{14\cdots 13}{45\cdots 49}a^{6}-\frac{31\cdots 67}{11\cdots 25}a^{5}+\frac{31\cdots 92}{11\cdots 25}a^{4}+\frac{16\cdots 39}{22\cdots 45}a^{3}-\frac{19\cdots 98}{22\cdots 45}a^{2}-\frac{70\cdots 82}{22\cdots 45}a+\frac{13\cdots 97}{22\cdots 45}$, $\frac{20\cdots 42}{11\cdots 25}a^{19}-\frac{44\cdots 28}{11\cdots 25}a^{18}-\frac{23\cdots 33}{22\cdots 45}a^{17}+\frac{43\cdots 32}{11\cdots 25}a^{16}+\frac{49\cdots 86}{22\cdots 45}a^{15}-\frac{11\cdots 87}{11\cdots 25}a^{14}-\frac{25\cdots 49}{11\cdots 25}a^{13}+\frac{14\cdots 77}{11\cdots 25}a^{12}+\frac{14\cdots 61}{11\cdots 25}a^{11}-\frac{96\cdots 93}{11\cdots 25}a^{10}-\frac{43\cdots 66}{11\cdots 25}a^{9}+\frac{67\cdots 07}{22\cdots 45}a^{8}+\frac{69\cdots 91}{11\cdots 25}a^{7}-\frac{24\cdots 04}{45\cdots 49}a^{6}-\frac{53\cdots 59}{11\cdots 25}a^{5}+\frac{51\cdots 09}{11\cdots 25}a^{4}+\frac{27\cdots 03}{22\cdots 45}a^{3}-\frac{31\cdots 71}{22\cdots 45}a^{2}-\frac{11\cdots 14}{22\cdots 45}a+\frac{21\cdots 44}{22\cdots 45}$, $\frac{12\cdots 31}{22\cdots 45}a^{19}-\frac{39\cdots 69}{22\cdots 45}a^{18}-\frac{13\cdots 71}{45\cdots 49}a^{17}+\frac{13\cdots 61}{22\cdots 45}a^{16}+\frac{29\cdots 87}{45\cdots 49}a^{15}-\frac{46\cdots 81}{22\cdots 45}a^{14}-\frac{14\cdots 87}{22\cdots 45}a^{13}+\frac{66\cdots 91}{22\cdots 45}a^{12}+\frac{81\cdots 18}{22\cdots 45}a^{11}-\frac{49\cdots 14}{22\cdots 45}a^{10}-\frac{24\cdots 68}{22\cdots 45}a^{9}+\frac{36\cdots 60}{45\cdots 49}a^{8}+\frac{37\cdots 18}{22\cdots 45}a^{7}-\frac{69\cdots 71}{45\cdots 49}a^{6}-\frac{26\cdots 22}{22\cdots 45}a^{5}+\frac{30\cdots 57}{22\cdots 45}a^{4}+\frac{10\cdots 54}{45\cdots 49}a^{3}-\frac{19\cdots 13}{45\cdots 49}a^{2}+\frac{52\cdots 63}{45\cdots 49}a+\frac{15\cdots 60}{45\cdots 49}$, $\frac{75\cdots 43}{11\cdots 25}a^{19}+\frac{39\cdots 88}{11\cdots 25}a^{18}-\frac{84\cdots 47}{22\cdots 45}a^{17}-\frac{13\cdots 22}{11\cdots 25}a^{16}+\frac{17\cdots 84}{22\cdots 45}a^{15}+\frac{10\cdots 27}{11\cdots 25}a^{14}-\frac{88\cdots 71}{11\cdots 25}a^{13}+\frac{11\cdots 58}{11\cdots 25}a^{12}+\frac{47\cdots 69}{11\cdots 25}a^{11}-\frac{21\cdots 97}{11\cdots 25}a^{10}-\frac{14\cdots 64}{11\cdots 25}a^{9}+\frac{23\cdots 83}{22\cdots 45}a^{8}+\frac{21\cdots 14}{11\cdots 25}a^{7}-\frac{11\cdots 40}{45\cdots 49}a^{6}-\frac{14\cdots 36}{11\cdots 25}a^{5}+\frac{30\cdots 11}{11\cdots 25}a^{4}+\frac{19\cdots 87}{22\cdots 45}a^{3}-\frac{23\cdots 84}{22\cdots 45}a^{2}+\frac{16\cdots 69}{22\cdots 45}a+\frac{27\cdots 51}{22\cdots 45}$, $\frac{12\cdots 54}{22\cdots 45}a^{19}+\frac{22\cdots 28}{22\cdots 45}a^{18}-\frac{69\cdots 34}{22\cdots 45}a^{17}-\frac{16\cdots 97}{22\cdots 45}a^{16}+\frac{14\cdots 81}{22\cdots 45}a^{15}-\frac{25\cdots 59}{45\cdots 49}a^{14}-\frac{30\cdots 48}{45\cdots 49}a^{13}+\frac{31\cdots 56}{22\cdots 45}a^{12}+\frac{16\cdots 91}{45\cdots 49}a^{11}-\frac{29\cdots 89}{22\cdots 45}a^{10}-\frac{24\cdots 79}{22\cdots 45}a^{9}+\frac{12\cdots 33}{22\cdots 45}a^{8}+\frac{39\cdots 84}{22\cdots 45}a^{7}-\frac{24\cdots 77}{22\cdots 45}a^{6}-\frac{31\cdots 71}{22\cdots 45}a^{5}+\frac{22\cdots 21}{22\cdots 45}a^{4}+\frac{17\cdots 72}{45\cdots 49}a^{3}-\frac{13\cdots 30}{45\cdots 49}a^{2}-\frac{10\cdots 66}{45\cdots 49}a+\frac{99\cdots 80}{45\cdots 49}$, $\frac{15\cdots 22}{22\cdots 45}a^{19}+\frac{12\cdots 99}{22\cdots 45}a^{18}-\frac{90\cdots 79}{22\cdots 45}a^{17}+\frac{68\cdots 64}{22\cdots 45}a^{16}+\frac{19\cdots 26}{22\cdots 45}a^{15}-\frac{69\cdots 11}{45\cdots 49}a^{14}-\frac{19\cdots 32}{22\cdots 45}a^{13}+\frac{57\cdots 12}{22\cdots 45}a^{12}+\frac{10\cdots 78}{22\cdots 45}a^{11}-\frac{45\cdots 53}{22\cdots 45}a^{10}-\frac{32\cdots 59}{22\cdots 45}a^{9}+\frac{17\cdots 73}{22\cdots 45}a^{8}+\frac{52\cdots 52}{22\cdots 45}a^{7}-\frac{33\cdots 72}{22\cdots 45}a^{6}-\frac{40\cdots 43}{22\cdots 45}a^{5}+\frac{28\cdots 97}{22\cdots 45}a^{4}+\frac{23\cdots 87}{45\cdots 49}a^{3}-\frac{17\cdots 32}{45\cdots 49}a^{2}-\frac{15\cdots 68}{45\cdots 49}a+\frac{10\cdots 61}{45\cdots 49}$, $\frac{26\cdots 74}{11\cdots 25}a^{19}+\frac{54\cdots 84}{11\cdots 25}a^{18}-\frac{30\cdots 77}{22\cdots 45}a^{17}+\frac{20\cdots 04}{11\cdots 25}a^{16}+\frac{63\cdots 06}{22\cdots 45}a^{15}-\frac{77\cdots 39}{11\cdots 25}a^{14}-\frac{32\cdots 08}{11\cdots 25}a^{13}+\frac{11\cdots 29}{11\cdots 25}a^{12}+\frac{18\cdots 87}{11\cdots 25}a^{11}-\frac{88\cdots 61}{11\cdots 25}a^{10}-\frac{54\cdots 82}{11\cdots 25}a^{9}+\frac{66\cdots 36}{22\cdots 45}a^{8}+\frac{87\cdots 02}{11\cdots 25}a^{7}-\frac{12\cdots 23}{22\cdots 45}a^{6}-\frac{67\cdots 73}{11\cdots 25}a^{5}+\frac{55\cdots 83}{11\cdots 25}a^{4}+\frac{36\cdots 81}{22\cdots 45}a^{3}-\frac{33\cdots 77}{22\cdots 45}a^{2}-\frac{18\cdots 08}{22\cdots 45}a+\frac{23\cdots 43}{22\cdots 45}$, $\frac{21\cdots 49}{11\cdots 25}a^{19}+\frac{37\cdots 54}{11\cdots 25}a^{18}-\frac{24\cdots 39}{22\cdots 45}a^{17}-\frac{17\cdots 26}{11\cdots 25}a^{16}+\frac{51\cdots 34}{22\cdots 45}a^{15}-\frac{24\cdots 44}{11\cdots 25}a^{14}-\frac{26\cdots 58}{11\cdots 25}a^{13}+\frac{56\cdots 69}{11\cdots 25}a^{12}+\frac{14\cdots 62}{11\cdots 25}a^{11}-\frac{51\cdots 96}{11\cdots 25}a^{10}-\frac{43\cdots 32}{11\cdots 25}a^{9}+\frac{85\cdots 47}{45\cdots 49}a^{8}+\frac{70\cdots 87}{11\cdots 25}a^{7}-\frac{84\cdots 84}{22\cdots 45}a^{6}-\frac{54\cdots 63}{11\cdots 25}a^{5}+\frac{38\cdots 28}{11\cdots 25}a^{4}+\frac{31\cdots 06}{22\cdots 45}a^{3}-\frac{24\cdots 47}{22\cdots 45}a^{2}-\frac{19\cdots 23}{22\cdots 45}a+\frac{17\cdots 03}{22\cdots 45}$, $\frac{10\cdots 62}{11\cdots 25}a^{19}-\frac{60\cdots 58}{11\cdots 25}a^{18}-\frac{12\cdots 32}{22\cdots 45}a^{17}+\frac{43\cdots 07}{11\cdots 25}a^{16}+\frac{26\cdots 24}{22\cdots 45}a^{15}-\frac{10\cdots 82}{11\cdots 25}a^{14}-\frac{13\cdots 84}{11\cdots 25}a^{13}+\frac{12\cdots 92}{11\cdots 25}a^{12}+\frac{74\cdots 01}{11\cdots 25}a^{11}-\frac{76\cdots 78}{11\cdots 25}a^{10}-\frac{21\cdots 96}{11\cdots 25}a^{9}+\frac{51\cdots 11}{22\cdots 45}a^{8}+\frac{33\cdots 26}{11\cdots 25}a^{7}-\frac{89\cdots 32}{22\cdots 45}a^{6}-\frac{22\cdots 09}{11\cdots 25}a^{5}+\frac{37\cdots 44}{11\cdots 25}a^{4}+\frac{56\cdots 48}{22\cdots 45}a^{3}-\frac{23\cdots 56}{22\cdots 45}a^{2}+\frac{14\cdots 16}{22\cdots 45}a+\frac{21\cdots 99}{22\cdots 45}$, $\frac{28\cdots 71}{22\cdots 45}a^{19}-\frac{11\cdots 49}{45\cdots 49}a^{18}-\frac{16\cdots 06}{22\cdots 45}a^{17}+\frac{11\cdots 92}{45\cdots 49}a^{16}+\frac{34\cdots 74}{22\cdots 45}a^{15}-\frac{15\cdots 52}{22\cdots 45}a^{14}-\frac{36\cdots 96}{22\cdots 45}a^{13}+\frac{20\cdots 12}{22\cdots 45}a^{12}+\frac{20\cdots 29}{22\cdots 45}a^{11}-\frac{13\cdots 33}{22\cdots 45}a^{10}-\frac{60\cdots 22}{22\cdots 45}a^{9}+\frac{47\cdots 37}{22\cdots 45}a^{8}+\frac{19\cdots 54}{45\cdots 49}a^{7}-\frac{84\cdots 23}{22\cdots 45}a^{6}-\frac{14\cdots 74}{45\cdots 49}a^{5}+\frac{71\cdots 34}{22\cdots 45}a^{4}+\frac{37\cdots 77}{45\cdots 49}a^{3}-\frac{43\cdots 25}{45\cdots 49}a^{2}-\frac{16\cdots 52}{45\cdots 49}a+\frac{32\cdots 81}{45\cdots 49}$, $\frac{37\cdots 79}{45\cdots 49}a^{19}-\frac{32\cdots 58}{45\cdots 49}a^{18}-\frac{21\cdots 37}{45\cdots 49}a^{17}+\frac{25\cdots 26}{22\cdots 45}a^{16}+\frac{22\cdots 37}{22\cdots 45}a^{15}-\frac{15\cdots 12}{45\cdots 49}a^{14}-\frac{46\cdots 45}{45\cdots 49}a^{13}+\frac{10\cdots 11}{22\cdots 45}a^{12}+\frac{25\cdots 10}{45\cdots 49}a^{11}-\frac{71\cdots 79}{22\cdots 45}a^{10}-\frac{75\cdots 64}{45\cdots 49}a^{9}+\frac{25\cdots 61}{22\cdots 45}a^{8}+\frac{11\cdots 56}{45\cdots 49}a^{7}-\frac{89\cdots 61}{45\cdots 49}a^{6}-\frac{44\cdots 47}{22\cdots 45}a^{5}+\frac{37\cdots 01}{22\cdots 45}a^{4}+\frac{24\cdots 51}{45\cdots 49}a^{3}-\frac{22\cdots 49}{45\cdots 49}a^{2}-\frac{12\cdots 66}{45\cdots 49}a+\frac{15\cdots 22}{45\cdots 49}$, $\frac{20\cdots 26}{11\cdots 25}a^{19}+\frac{17\cdots 11}{11\cdots 25}a^{18}-\frac{22\cdots 93}{22\cdots 45}a^{17}-\frac{78\cdots 24}{11\cdots 25}a^{16}+\frac{46\cdots 48}{22\cdots 45}a^{15}+\frac{13\cdots 59}{11\cdots 25}a^{14}-\frac{23\cdots 57}{11\cdots 25}a^{13}-\frac{10\cdots 99}{11\cdots 25}a^{12}+\frac{12\cdots 98}{11\cdots 25}a^{11}+\frac{37\cdots 41}{11\cdots 25}a^{10}-\frac{38\cdots 58}{11\cdots 25}a^{9}-\frac{10\cdots 74}{22\cdots 45}a^{8}+\frac{63\cdots 83}{11\cdots 25}a^{7}+\frac{23\cdots 98}{22\cdots 45}a^{6}-\frac{54\cdots 12}{11\cdots 25}a^{5}+\frac{22\cdots 77}{11\cdots 25}a^{4}+\frac{41\cdots 64}{22\cdots 45}a^{3}+\frac{49\cdots 57}{22\cdots 45}a^{2}-\frac{56\cdots 72}{22\cdots 45}a-\frac{92\cdots 48}{22\cdots 45}$, $\frac{31\cdots 62}{11\cdots 25}a^{19}+\frac{15\cdots 12}{11\cdots 25}a^{18}-\frac{36\cdots 54}{22\cdots 45}a^{17}+\frac{20\cdots 52}{11\cdots 25}a^{16}+\frac{76\cdots 57}{22\cdots 45}a^{15}-\frac{84\cdots 87}{11\cdots 25}a^{14}-\frac{39\cdots 59}{11\cdots 25}a^{13}+\frac{13\cdots 07}{11\cdots 25}a^{12}+\frac{21\cdots 26}{11\cdots 25}a^{11}-\frac{10\cdots 13}{11\cdots 25}a^{10}-\frac{65\cdots 46}{11\cdots 25}a^{9}+\frac{15\cdots 76}{45\cdots 49}a^{8}+\frac{10\cdots 86}{11\cdots 25}a^{7}-\frac{14\cdots 48}{22\cdots 45}a^{6}-\frac{81\cdots 24}{11\cdots 25}a^{5}+\frac{65\cdots 64}{11\cdots 25}a^{4}+\frac{44\cdots 63}{22\cdots 45}a^{3}-\frac{40\cdots 11}{22\cdots 45}a^{2}-\frac{24\cdots 94}{22\cdots 45}a+\frac{28\cdots 09}{22\cdots 45}$, $\frac{27\cdots 51}{11\cdots 25}a^{19}+\frac{76\cdots 61}{11\cdots 25}a^{18}-\frac{30\cdots 78}{22\cdots 45}a^{17}-\frac{41\cdots 49}{11\cdots 25}a^{16}+\frac{64\cdots 08}{22\cdots 45}a^{15}+\frac{84\cdots 09}{11\cdots 25}a^{14}-\frac{33\cdots 32}{11\cdots 25}a^{13}-\frac{83\cdots 49}{11\cdots 25}a^{12}+\frac{18\cdots 23}{11\cdots 25}a^{11}+\frac{44\cdots 91}{11\cdots 25}a^{10}-\frac{62\cdots 58}{11\cdots 25}a^{9}-\frac{25\cdots 09}{22\cdots 45}a^{8}+\frac{11\cdots 83}{11\cdots 25}a^{7}+\frac{41\cdots 78}{22\cdots 45}a^{6}-\frac{12\cdots 87}{11\cdots 25}a^{5}-\frac{16\cdots 73}{11\cdots 25}a^{4}+\frac{11\cdots 24}{22\cdots 45}a^{3}+\frac{11\cdots 17}{22\cdots 45}a^{2}-\frac{12\cdots 47}{22\cdots 45}a-\frac{87\cdots 13}{22\cdots 45}$, $\frac{17\cdots 59}{11\cdots 25}a^{19}-\frac{59\cdots 06}{11\cdots 25}a^{18}-\frac{19\cdots 14}{22\cdots 45}a^{17}+\frac{48\cdots 24}{11\cdots 25}a^{16}+\frac{42\cdots 93}{22\cdots 45}a^{15}-\frac{12\cdots 24}{11\cdots 25}a^{14}-\frac{22\cdots 13}{11\cdots 25}a^{13}+\frac{14\cdots 44}{11\cdots 25}a^{12}+\frac{12\cdots 57}{11\cdots 25}a^{11}-\frac{93\cdots 71}{11\cdots 25}a^{10}-\frac{39\cdots 22}{11\cdots 25}a^{9}+\frac{64\cdots 62}{22\cdots 45}a^{8}+\frac{65\cdots 57}{11\cdots 25}a^{7}-\frac{11\cdots 44}{22\cdots 45}a^{6}-\frac{51\cdots 38}{11\cdots 25}a^{5}+\frac{48\cdots 33}{11\cdots 25}a^{4}+\frac{28\cdots 71}{22\cdots 45}a^{3}-\frac{30\cdots 47}{22\cdots 45}a^{2}-\frac{14\cdots 93}{22\cdots 45}a+\frac{20\cdots 73}{22\cdots 45}$, $\frac{55\cdots 26}{11\cdots 25}a^{19}-\frac{96\cdots 59}{11\cdots 25}a^{18}-\frac{64\cdots 07}{22\cdots 45}a^{17}+\frac{58\cdots 66}{11\cdots 25}a^{16}+\frac{14\cdots 43}{22\cdots 45}a^{15}-\frac{12\cdots 86}{11\cdots 25}a^{14}-\frac{75\cdots 62}{11\cdots 25}a^{13}+\frac{13\cdots 06}{11\cdots 25}a^{12}+\frac{43\cdots 68}{11\cdots 25}a^{11}-\frac{76\cdots 54}{11\cdots 25}a^{10}-\frac{13\cdots 13}{11\cdots 25}a^{9}+\frac{46\cdots 11}{22\cdots 45}a^{8}+\frac{19\cdots 73}{11\cdots 25}a^{7}-\frac{75\cdots 49}{22\cdots 45}a^{6}-\frac{12\cdots 67}{11\cdots 25}a^{5}+\frac{28\cdots 02}{11\cdots 25}a^{4}+\frac{10\cdots 64}{22\cdots 45}a^{3}-\frac{14\cdots 73}{22\cdots 45}a^{2}+\frac{40\cdots 23}{22\cdots 45}a+\frac{98\cdots 82}{22\cdots 45}$, $\frac{93\cdots 59}{45\cdots 49}a^{19}+\frac{42\cdots 33}{22\cdots 45}a^{18}-\frac{52\cdots 94}{45\cdots 49}a^{17}+\frac{38\cdots 03}{22\cdots 45}a^{16}+\frac{11\cdots 04}{45\cdots 49}a^{15}-\frac{14\cdots 77}{22\cdots 45}a^{14}-\frac{57\cdots 31}{22\cdots 45}a^{13}+\frac{20\cdots 43}{22\cdots 45}a^{12}+\frac{31\cdots 14}{22\cdots 45}a^{11}-\frac{15\cdots 27}{22\cdots 45}a^{10}-\frac{95\cdots 56}{22\cdots 45}a^{9}+\frac{11\cdots 25}{45\cdots 49}a^{8}+\frac{15\cdots 34}{22\cdots 45}a^{7}-\frac{21\cdots 46}{45\cdots 49}a^{6}-\frac{11\cdots 86}{22\cdots 45}a^{5}+\frac{18\cdots 47}{45\cdots 49}a^{4}+\frac{66\cdots 38}{45\cdots 49}a^{3}-\frac{55\cdots 38}{45\cdots 49}a^{2}-\frac{43\cdots 67}{45\cdots 49}a+\frac{35\cdots 72}{45\cdots 49}$, $\frac{29\cdots 62}{22\cdots 45}a^{19}+\frac{37\cdots 42}{22\cdots 45}a^{18}-\frac{16\cdots 92}{22\cdots 45}a^{17}+\frac{55\cdots 32}{22\cdots 45}a^{16}+\frac{33\cdots 78}{22\cdots 45}a^{15}-\frac{47\cdots 57}{22\cdots 45}a^{14}-\frac{32\cdots 11}{22\cdots 45}a^{13}+\frac{85\cdots 81}{22\cdots 45}a^{12}+\frac{16\cdots 69}{22\cdots 45}a^{11}-\frac{65\cdots 19}{22\cdots 45}a^{10}-\frac{42\cdots 68}{22\cdots 45}a^{9}+\frac{22\cdots 64}{22\cdots 45}a^{8}+\frac{55\cdots 91}{22\cdots 45}a^{7}-\frac{34\cdots 66}{22\cdots 45}a^{6}-\frac{32\cdots 09}{22\cdots 45}a^{5}+\frac{23\cdots 68}{22\cdots 45}a^{4}+\frac{13\cdots 70}{45\cdots 49}a^{3}-\frac{10\cdots 16}{45\cdots 49}a^{2}-\frac{65\cdots 46}{45\cdots 49}a+\frac{67\cdots 06}{45\cdots 49}$ Copy content Toggle raw display (assuming GRH)
Copy content comment:Fundamental units
 
Copy content sage:UK.fundamental_units()
 
Copy content gp:K.fu
 
Copy content magma:[K|fUK(g): g in Generators(UK)];
 
Copy content oscar:[K(fUK(a)) for a in gens(UK)]
 
Regulator:  \( 3696529687160 \) (assuming GRH)
Copy content comment:Regulator
 
Copy content sage:K.regulator()
 
Copy content gp:K.reg
 
Copy content magma:Regulator(K);
 
Copy content oscar:regulator(K)
 
Unit signature rank:  \( 14 \) (assuming GRH)

Class number formula

\[ \begin{aligned}\lim_{s\to 1} (s-1)\zeta_K(s) =\mathstrut & \frac{2^{r_1}\cdot (2\pi)^{r_2}\cdot R\cdot h}{w\cdot\sqrt{|D|}}\cr \approx\mathstrut &\frac{2^{20}\cdot(2\pi)^{0}\cdot 3696529687160 \cdot 1}{2\cdot\sqrt{21333423461884919389012763702392578125}}\cr\approx \mathstrut & 0.419598414981616 \end{aligned}\] (assuming GRH)

Copy content comment:Analytic class number formula
 
Copy content sage:# self-contained SageMath code snippet to compute the analytic class number formula x = polygen(QQ); K.<a> = NumberField(x^20 - x^19 - 57*x^18 + 66*x^17 + 1198*x^16 - 1526*x^15 - 12200*x^14 + 17240*x^13 + 64636*x^12 - 104480*x^11 - 174550*x^10 + 341431*x^9 + 205983*x^8 - 586336*x^7 - 12337*x^6 + 478381*x^5 - 146594*x^4 - 137680*x^3 + 63070*x^2 + 8405*x - 4645) DK = K.disc(); r1,r2 = K.signature(); RK = K.regulator(); RR = RK.parent() hK = K.class_number(); wK = K.unit_group().torsion_generator().order(); 2^r1 * (2*RR(pi))^r2 * RK * hK / (wK * RR(sqrt(abs(DK))))
 
Copy content gp:\\ self-contained Pari/GP code snippet to compute the analytic class number formula K = bnfinit(x^20 - x^19 - 57*x^18 + 66*x^17 + 1198*x^16 - 1526*x^15 - 12200*x^14 + 17240*x^13 + 64636*x^12 - 104480*x^11 - 174550*x^10 + 341431*x^9 + 205983*x^8 - 586336*x^7 - 12337*x^6 + 478381*x^5 - 146594*x^4 - 137680*x^3 + 63070*x^2 + 8405*x - 4645, 1); [polcoeff (lfunrootres (lfuncreate (K))[1][1][2], -1), 2^K.r1 * (2*Pi)^K.r2 * K.reg * K.no / (K.tu[1] * sqrt (abs (K.disc)))]
 
Copy content magma:/* self-contained Magma code snippet to compute the analytic class number formula */ Qx<x> := PolynomialRing(Rationals()); K<a> := NumberField(x^20 - x^19 - 57*x^18 + 66*x^17 + 1198*x^16 - 1526*x^15 - 12200*x^14 + 17240*x^13 + 64636*x^12 - 104480*x^11 - 174550*x^10 + 341431*x^9 + 205983*x^8 - 586336*x^7 - 12337*x^6 + 478381*x^5 - 146594*x^4 - 137680*x^3 + 63070*x^2 + 8405*x - 4645); OK := Integers(K); DK := Discriminant(OK); UK, fUK := UnitGroup(OK); clK, fclK := ClassGroup(OK); r1,r2 := Signature(K); RK := Regulator(K); RR := Parent(RK); hK := #clK; wK := #TorsionSubgroup(UK); 2^r1 * (2*Pi(RR))^r2 * RK * hK / (wK * Sqrt(RR!Abs(DK)));
 
Copy content oscar:# self-contained Oscar code snippet to compute the analytic class number formula Qx, x = polynomial_ring(QQ); K, a = number_field(x^20 - x^19 - 57*x^18 + 66*x^17 + 1198*x^16 - 1526*x^15 - 12200*x^14 + 17240*x^13 + 64636*x^12 - 104480*x^11 - 174550*x^10 + 341431*x^9 + 205983*x^8 - 586336*x^7 - 12337*x^6 + 478381*x^5 - 146594*x^4 - 137680*x^3 + 63070*x^2 + 8405*x - 4645); OK = ring_of_integers(K); DK = discriminant(OK); UK, fUK = unit_group(OK); clK, fclK = class_group(OK); r1,r2 = signature(K); RK = regulator(K); RR = parent(RK); hK = order(clK); wK = torsion_units_order(K); 2^r1 * (2*pi)^r2 * RK * hK / (wK * sqrt(RR(abs(DK))))
 

Galois group

$C_{20}$ (as 20T1):

Copy content comment:Galois group
 
Copy content sage:K.galois_group()
 
Copy content gp:polgalois(K.pol)
 
Copy content magma:G = GaloisGroup(K);
 
Copy content oscar:G, Gtx = galois_group(K); degree(K) > 1 ? (G, transitive_group_identification(G)) : (G, nothing)
 
A cyclic group of order 20
The 20 conjugacy class representatives for $C_{20}$
Character table for $C_{20}$

Intermediate fields

\(\Q(\sqrt{5}) \), \(\Q(\sqrt{310 -62 \sqrt{5}})\), 5.5.923521.1, 10.10.2665284492003125.1

Fields in the database are given up to isomorphism. Isomorphic intermediate fields are shown with their multiplicities.

Copy content comment:Intermediate fields
 
Copy content sage:K.subfields()[1:-1]
 
Copy content gp:L = nfsubfields(K); L[2..length(L)]
 
Copy content magma:L := Subfields(K); L[2..#L];
 
Copy content oscar:subfields(K)[2:end-1]
 

Frobenius cycle types

$p$ $2$ $3$ $5$ $7$ $11$ $13$ $17$ $19$ $23$ $29$ $31$ $37$ $41$ $43$ $47$ $53$ $59$
Cycle type $20$ $20$ R $20$ ${\href{/padicField/11.10.0.1}{10} }^{2}$ $20$ $20$ ${\href{/padicField/19.10.0.1}{10} }^{2}$ $20$ ${\href{/padicField/29.5.0.1}{5} }^{4}$ R ${\href{/padicField/37.4.0.1}{4} }^{5}$ ${\href{/padicField/41.5.0.1}{5} }^{4}$ $20$ $20$ $20$ ${\href{/padicField/59.10.0.1}{10} }^{2}$

In the table, R denotes a ramified prime. Cycle lengths which are repeated in a cycle type are indicated by exponents.

Copy content comment:Frobenius cycle types
 
Copy content sage:# to obtain a list of [e_i,f_i] for the factorization of the ideal pO_K for p=7 in Sage: p = 7; [(e, pr.norm().valuation(p)) for pr,e in K.factor(p)]
 
Copy content gp:\\ to obtain a list of [e_i,f_i] for the factorization of the ideal pO_K for p=7 in Pari: p = 7; pfac = idealprimedec(K, p); vector(length(pfac), j, [pfac[j][3], pfac[j][4]])
 
Copy content magma:// to obtain a list of [e_i,f_i] for the factorization of the ideal pO_K for p=7 in Magma: p := 7; [<pr[2], Valuation(Norm(pr[1]), p)> : pr in Factorization(p*Integers(K))];
 
Copy content oscar:# to obtain a list of [e_i,f_i] for the factorization of the ideal pO_K for p=7 in Oscar: p = 7; pfac = factor(ideal(ring_of_integers(K), p)); [(e, valuation(norm(pr),p)) for (pr,e) in pfac]
 

Local algebras for ramified primes

$p$LabelPolynomial $e$ $f$ $c$ Galois group Slope content
\(5\) Copy content Toggle raw display 5.1.4.3a1.1$x^{4} + 5$$4$$1$$3$$C_4$$$[\ ]_{4}$$
5.1.4.3a1.1$x^{4} + 5$$4$$1$$3$$C_4$$$[\ ]_{4}$$
5.1.4.3a1.1$x^{4} + 5$$4$$1$$3$$C_4$$$[\ ]_{4}$$
5.1.4.3a1.1$x^{4} + 5$$4$$1$$3$$C_4$$$[\ ]_{4}$$
5.1.4.3a1.1$x^{4} + 5$$4$$1$$3$$C_4$$$[\ ]_{4}$$
\(31\) Copy content Toggle raw display 31.1.10.9a1.1$x^{10} + 31$$10$$1$$9$$C_{10}$$$[\ ]_{10}$$
31.1.10.9a1.1$x^{10} + 31$$10$$1$$9$$C_{10}$$$[\ ]_{10}$$

Spectrum of ring of integers

(0)(0)(2)(3)(5)(7)(11)(13)(17)(19)(23)(29)(31)(37)(41)(43)(47)(53)(59)