Properties

Label 56882.1
Order \( 2 \cdot 7 \cdot 17 \cdot 239 \)
Exponent \( 2 \cdot 7 \cdot 17 \cdot 239 \)
Abelian yes
$\card{\Aut(G)}$ \( 2^{6} \cdot 3 \cdot 7 \cdot 17 \)
Perm deg. $265$
Trans deg. $56882$
Rank $1$

Related objects

Downloads

Learn more

Show commands: Gap / Magma / SageMath

Copy content magma:G := CyclicGroup(56882);
 
Copy content gap:G := CyclicGroup(56882);
 
Copy content sage:G = CyclicPermutationGroup(56882)
 
Copy content sage_gap:G = libgap.SmallGroup(56882, 1)
 
Copy content comment:Define the group as a permutation group
 

Group information

Description:$C_{56882}$
Order: \(56882\)\(\medspace = 2 \cdot 7 \cdot 17 \cdot 239 \)
Copy content comment:Order of the group
 
Copy content magma:Order(G);
 
Copy content gap:Order(G);
 
Copy content sage:G.order()
 
Copy content sage_gap:G.Order()
 
Exponent: \(56882\)\(\medspace = 2 \cdot 7 \cdot 17 \cdot 239 \)
Copy content comment:Exponent of the group
 
Copy content magma:Exponent(G);
 
Copy content gap:Exponent(G);
 
Copy content sage:G.exponent()
 
Copy content sage_gap:G.Exponent()
 
Automorphism group:$C_2^2\times C_{5712}$, of order \(22848\)\(\medspace = 2^{6} \cdot 3 \cdot 7 \cdot 17 \)
Copy content comment:Automorphism group
 
Copy content gap:AutomorphismGroup(G);
 
Copy content magma:AutomorphismGroup(G);
 
Copy content sage_gap:G.AutomorphismGroup()
 
Composition factors:$C_2$, $C_7$, $C_{17}$, $C_{239}$
Copy content comment:Composition factors of the group
 
Copy content magma:CompositionFactors(G);
 
Copy content gap:CompositionSeries(G);
 
Copy content sage:G.composition_series()
 
Copy content sage_gap:G.CompositionSeries()
 
Nilpotency class:$1$
Copy content comment:Nilpotency class of the group
 
Copy content magma:NilpotencyClass(G);
 
Copy content gap:NilpotencyClassOfGroup(G);
 
Copy content sage_gap:G.NilpotencyClassOfGroup()
 
Derived length:$1$
Copy content comment:Derived length of the group
 
Copy content magma:DerivedLength(G);
 
Copy content gap:DerivedLength(G);
 
Copy content sage_gap:G.DerivedLength()
 

This group is cyclic (hence abelian, nilpotent, solvable, supersolvable, monomial, elementary ($p = 2,7,17,239$), hyperelementary, metacyclic, metabelian, a Z-group, and an A-group).

Copy content comment:Determine if the group G is abelian
 
Copy content magma:IsAbelian(G);
 
Copy content gap:IsAbelian(G);
 
Copy content sage:G.is_abelian()
 
Copy content sage_gap:G.IsAbelian()
 
Copy content comment:Determine if the group G is cyclic
 
Copy content magma:IsCyclic(G);
 
Copy content gap:IsCyclic(G);
 
Copy content sage:G.is_cyclic()
 
Copy content sage_gap:G.IsCyclic()
 
Copy content comment:Determine if the group G is nilpotent
 
Copy content magma:IsNilpotent(G);
 
Copy content gap:IsNilpotentGroup(G);
 
Copy content sage:G.is_nilpotent()
 
Copy content sage_gap:G.IsNilpotentGroup()
 
Copy content comment:Determine if the group G is solvable
 
Copy content magma:IsSolvable(G);
 
Copy content gap:IsSolvableGroup(G);
 
Copy content sage:G.is_solvable()
 
Copy content sage_gap:G.IsSolvableGroup()
 
Copy content comment:Determine if the group G is supersolvable
 
Copy content gap:IsSupersolvableGroup(G);
 
Copy content sage:G.is_supersolvable()
 
Copy content sage_gap:G.IsSupersolvableGroup()
 
Copy content comment:Determine if the group G is simple
 
Copy content magma:IsSimple(G);
 
Copy content gap:IsSimpleGroup(G);
 
Copy content sage_gap:G.IsSimpleGroup()
 

Group statistics

Copy content comment:Compute statistics for the group G
 
Copy content magma:// Magma code to output the first two rows of the group statistics table element_orders := [Order(g) : g in G]; orders := Set(element_orders); printf "Orders: %o\n", orders; printf "Elements: %o %o\n", [#[x : x in element_orders | x eq n] : n in orders], Order(G); cc_orders := [cc[1] : cc in ConjugacyClasses(G)]; printf "Conjugacy classes: %o %o\n", [#[x : x in cc_orders | x eq n] : n in orders], #cc_orders;
 
Copy content gap:# Gap code to output the first two rows of the group statistics table element_orders := List(Elements(G), g -> Order(g)); orders := Set(element_orders); Print("Orders: ", orders, "\n"); element_counts := List(orders, n -> Length(Filtered(element_orders, x -> x = n))); Print("Elements: ", element_counts, " ", Size(G), "\n"); cc_orders := List(ConjugacyClasses(G), cc -> Order(Representative(cc))); cc_counts := List(orders, n -> Length(Filtered(cc_orders, x -> x = n))); Print("Conjugacy classes: ", cc_counts, " ", Length(ConjugacyClasses(G)), "\n");
 
Copy content sage:# Sage code to output the first two rows of the group statistics table element_orders = [g.order() for g in G] orders = sorted(list(set(element_orders))) print("Orders:", orders) print("Elements:", [element_orders.count(n) for n in orders], G.order()) cc_orders = [cc[0].order() for cc in G.conjugacy_classes()] print("Conjugacy classes:", [cc_orders.count(n) for n in orders], len(cc_orders))
 

Order 1 2 7 14 17 34 119 238 239 478 1673 3346 4063 8126 28441 56882
Elements 1 1 6 6 16 16 96 96 238 238 1428 1428 3808 3808 22848 22848 56882
Conjugacy classes   1 1 6 6 16 16 96 96 238 238 1428 1428 3808 3808 22848 22848 56882
Divisions 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16
Autjugacy classes 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16

Minimal presentations

Permutation degree:$265$
Transitive degree:$56882$
Rank: $1$
Inequivalent generators: $1$

Minimal degrees of faithful linear representations

Over $\mathbb{C}$ Over $\mathbb{R}$ Over $\mathbb{Q}$
Irreducible 1 not computed not computed
Arbitrary 1 not computed not computed

Constructions

Show commands: Gap / Magma / SageMath


Presentation: $\langle a \mid a^{56882}=1 \rangle$ Copy content Toggle raw display
Copy content comment:Define the group with the given generators and relations
 
Copy content magma:G := PCGroup([4, -2, -7, -17, -239, 8, 61, 214]); a := Explode([G.1]); AssignNames(~G, ["a", "a2", "a14", "a238"]);
 
Copy content gap:G := PcGroupCode(5337636472244057659299,56882); a := G.1;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(5337636472244057659299,56882)'); a = G.1;
 
Copy content sage_gap:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(5337636472244057659299,56882)'); a = G.1;
 
Permutation group:Degree $265$ $\langle(1,2)(3,6,9,5,8,4,7)(10,16,22,11,17,23,12,18,24,13,19,25,14,20,26,15,21) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 265 | (1,2)(3,6,9,5,8,4,7)(10,16,22,11,17,23,12,18,24,13,19,25,14,20,26,15,21)(27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265), (3,9,8,7,6,5,4)(10,22,17,12,24,19,14,26,21,16,11,23,18,13,25,20,15)(27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,127,129,131,133,135,137,139,141,143,145,147,149,151,153,155,157,159,161,163,165,167,169,171,173,175,177,179,181,183,185,187,189,191,193,195,197,199,201,203,205,207,209,211,213,215,217,219,221,223,225,227,229,231,233,235,237,239,241,243,245,247,249,251,253,255,257,259,261,263,265,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,254,256,258,260,262,264), (10,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11)(27,41,55,69,83,97,111,125,139,153,167,181,195,209,223,237,251,265,40,54,68,82,96,110,124,138,152,166,180,194,208,222,236,250,264,39,53,67,81,95,109,123,137,151,165,179,193,207,221,235,249,263,38,52,66,80,94,108,122,136,150,164,178,192,206,220,234,248,262,37,51,65,79,93,107,121,135,149,163,177,191,205,219,233,247,261,36,50,64,78,92,106,120,134,148,162,176,190,204,218,232,246,260,35,49,63,77,91,105,119,133,147,161,175,189,203,217,231,245,259,34,48,62,76,90,104,118,132,146,160,174,188,202,216,230,244,258,33,47,61,75,89,103,117,131,145,159,173,187,201,215,229,243,257,32,46,60,74,88,102,116,130,144,158,172,186,200,214,228,242,256,31,45,59,73,87,101,115,129,143,157,171,185,199,213,227,241,255,30,44,58,72,86,100,114,128,142,156,170,184,198,212,226,240,254,29,43,57,71,85,99,113,127,141,155,169,183,197,211,225,239,253,28,42,56,70,84,98,112,126,140,154,168,182,196,210,224,238,252), (27,265,264,263,262,261,260,259,258,257,256,255,254,253,252,251,250,249,248,247,246,245,244,243,242,241,240,239,238,237,236,235,234,233,232,231,230,229,228,227,226,225,224,223,222,221,220,219,218,217,216,215,214,213,212,211,210,209,208,207,206,205,204,203,202,201,200,199,198,197,196,195,194,193,192,191,190,189,188,187,186,185,184,183,182,181,180,179,178,177,176,175,174,173,172,171,170,169,168,167,166,165,164,163,162,161,160,159,158,157,156,155,154,153,152,151,150,149,148,147,146,145,144,143,142,141,140,139,138,137,136,135,134,133,132,131,130,129,128,127,126,125,124,123,122,121,120,119,118,117,116,115,114,113,112,111,110,109,108,107,106,105,104,103,102,101,100,99,98,97,96,95,94,93,92,91,90,89,88,87,86,85,84,83,82,81,80,79,78,77,76,75,74,73,72,71,70,69,68,67,66,65,64,63,62,61,60,59,58,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28) >;
 
Copy content gap:G := Group( (1,2)(3,6,9,5,8,4,7)(10,16,22,11,17,23,12,18,24,13,19,25,14,20,26,15,21)(27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265), (3,9,8,7,6,5,4)(10,22,17,12,24,19,14,26,21,16,11,23,18,13,25,20,15)(27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,127,129,131,133,135,137,139,141,143,145,147,149,151,153,155,157,159,161,163,165,167,169,171,173,175,177,179,181,183,185,187,189,191,193,195,197,199,201,203,205,207,209,211,213,215,217,219,221,223,225,227,229,231,233,235,237,239,241,243,245,247,249,251,253,255,257,259,261,263,265,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,254,256,258,260,262,264), (10,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11)(27,41,55,69,83,97,111,125,139,153,167,181,195,209,223,237,251,265,40,54,68,82,96,110,124,138,152,166,180,194,208,222,236,250,264,39,53,67,81,95,109,123,137,151,165,179,193,207,221,235,249,263,38,52,66,80,94,108,122,136,150,164,178,192,206,220,234,248,262,37,51,65,79,93,107,121,135,149,163,177,191,205,219,233,247,261,36,50,64,78,92,106,120,134,148,162,176,190,204,218,232,246,260,35,49,63,77,91,105,119,133,147,161,175,189,203,217,231,245,259,34,48,62,76,90,104,118,132,146,160,174,188,202,216,230,244,258,33,47,61,75,89,103,117,131,145,159,173,187,201,215,229,243,257,32,46,60,74,88,102,116,130,144,158,172,186,200,214,228,242,256,31,45,59,73,87,101,115,129,143,157,171,185,199,213,227,241,255,30,44,58,72,86,100,114,128,142,156,170,184,198,212,226,240,254,29,43,57,71,85,99,113,127,141,155,169,183,197,211,225,239,253,28,42,56,70,84,98,112,126,140,154,168,182,196,210,224,238,252), (27,265,264,263,262,261,260,259,258,257,256,255,254,253,252,251,250,249,248,247,246,245,244,243,242,241,240,239,238,237,236,235,234,233,232,231,230,229,228,227,226,225,224,223,222,221,220,219,218,217,216,215,214,213,212,211,210,209,208,207,206,205,204,203,202,201,200,199,198,197,196,195,194,193,192,191,190,189,188,187,186,185,184,183,182,181,180,179,178,177,176,175,174,173,172,171,170,169,168,167,166,165,164,163,162,161,160,159,158,157,156,155,154,153,152,151,150,149,148,147,146,145,144,143,142,141,140,139,138,137,136,135,134,133,132,131,130,129,128,127,126,125,124,123,122,121,120,119,118,117,116,115,114,113,112,111,110,109,108,107,106,105,104,103,102,101,100,99,98,97,96,95,94,93,92,91,90,89,88,87,86,85,84,83,82,81,80,79,78,77,76,75,74,73,72,71,70,69,68,67,66,65,64,63,62,61,60,59,58,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28) );
 
Copy content sage:G = PermutationGroup(['(1,2)(3,6,9,5,8,4,7)(10,16,22,11,17,23,12,18,24,13,19,25,14,20,26,15,21)(27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265)', '(3,9,8,7,6,5,4)(10,22,17,12,24,19,14,26,21,16,11,23,18,13,25,20,15)(27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,127,129,131,133,135,137,139,141,143,145,147,149,151,153,155,157,159,161,163,165,167,169,171,173,175,177,179,181,183,185,187,189,191,193,195,197,199,201,203,205,207,209,211,213,215,217,219,221,223,225,227,229,231,233,235,237,239,241,243,245,247,249,251,253,255,257,259,261,263,265,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252,254,256,258,260,262,264)', '(10,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11)(27,41,55,69,83,97,111,125,139,153,167,181,195,209,223,237,251,265,40,54,68,82,96,110,124,138,152,166,180,194,208,222,236,250,264,39,53,67,81,95,109,123,137,151,165,179,193,207,221,235,249,263,38,52,66,80,94,108,122,136,150,164,178,192,206,220,234,248,262,37,51,65,79,93,107,121,135,149,163,177,191,205,219,233,247,261,36,50,64,78,92,106,120,134,148,162,176,190,204,218,232,246,260,35,49,63,77,91,105,119,133,147,161,175,189,203,217,231,245,259,34,48,62,76,90,104,118,132,146,160,174,188,202,216,230,244,258,33,47,61,75,89,103,117,131,145,159,173,187,201,215,229,243,257,32,46,60,74,88,102,116,130,144,158,172,186,200,214,228,242,256,31,45,59,73,87,101,115,129,143,157,171,185,199,213,227,241,255,30,44,58,72,86,100,114,128,142,156,170,184,198,212,226,240,254,29,43,57,71,85,99,113,127,141,155,169,183,197,211,225,239,253,28,42,56,70,84,98,112,126,140,154,168,182,196,210,224,238,252)', '(27,265,264,263,262,261,260,259,258,257,256,255,254,253,252,251,250,249,248,247,246,245,244,243,242,241,240,239,238,237,236,235,234,233,232,231,230,229,228,227,226,225,224,223,222,221,220,219,218,217,216,215,214,213,212,211,210,209,208,207,206,205,204,203,202,201,200,199,198,197,196,195,194,193,192,191,190,189,188,187,186,185,184,183,182,181,180,179,178,177,176,175,174,173,172,171,170,169,168,167,166,165,164,163,162,161,160,159,158,157,156,155,154,153,152,151,150,149,148,147,146,145,144,143,142,141,140,139,138,137,136,135,134,133,132,131,130,129,128,127,126,125,124,123,122,121,120,119,118,117,116,115,114,113,112,111,110,109,108,107,106,105,104,103,102,101,100,99,98,97,96,95,94,93,92,91,90,89,88,87,86,85,84,83,82,81,80,79,78,77,76,75,74,73,72,71,70,69,68,67,66,65,64,63,62,61,60,59,58,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28)'])
 
Matrix group:$\left\langle \left(\begin{array}{rr} 1 & 1 \\ 0 & 1 \end{array}\right), \left(\begin{array}{rr} 238 & 0 \\ 0 & 238 \end{array}\right), \left(\begin{array}{rr} 7 & 0 \\ 0 & 7 \end{array}\right) \right\rangle \subseteq \GL_{2}(\F_{239})$
Copy content comment:Define the group as a matrix group with coefficients in GLFp
 
Copy content magma:G := MatrixGroup< 2, GF(239) | [[1, 1, 0, 1], [238, 0, 0, 238], [7, 0, 0, 7]] >;
 
Copy content gap:G := Group([[[ Z(239)^0, Z(239)^0 ], [ 0*Z(239), Z(239)^0 ]], [[ Z(239)^119, 0*Z(239) ], [ 0*Z(239), Z(239)^119 ]], [[ Z(239), 0*Z(239) ], [ 0*Z(239), Z(239) ]]]);
 
Copy content sage:MS = MatrixSpace(GF(239), 2, 2) G = MatrixGroup([MS([[1, 1], [0, 1]]), MS([[238, 0], [0, 238]]), MS([[7, 0], [0, 7]])])
 
Direct product: $C_2$ $\, \times\, $ $C_7$ $\, \times\, $ $C_{17}$ $\, \times\, $ $C_{239}$
Semidirect product: not isomorphic to a non-trivial semidirect product
Trans. wreath product: not isomorphic to a non-trivial transitive wreath product

Elements of the group are displayed as words in the presentation generators from the presentation above.

Homology

Primary decomposition: $C_{2} \times C_{7} \times C_{17} \times C_{239}$
Copy content comment:The primary decomposition of the group
 
Copy content magma:PrimaryInvariants(G);
 
Copy content gap:AbelianInvariants(G);
 
Copy content sage_gap:G.AbelianInvariants()
 
Schur multiplier: $C_1$
Copy content comment:The Schur multiplier of the group
 
Copy content gap:AbelianInvariantsMultiplier(G);
 
Copy content sage:G.homology(2)
 
Copy content sage_gap:G.AbelianInvariantsMultiplier()
 
Commutator length: $0$
Copy content comment:The commutator length of the group
 
Copy content gap:CommutatorLength(G);
 
Copy content sage_gap:G.CommutatorLength()
 

Subgroups

Copy content comment:List of subgroups of the group
 
Copy content magma:Subgroups(G);
 
Copy content gap:AllSubgroups(G);
 
Copy content sage:G.subgroups()
 
Copy content sage_gap:G.AllSubgroups()
 

There are 16 subgroups, all normal, and all normal subgroups are characteristic.

Characteristic subgroups are shown in this color.

Special subgroups

Center: $Z \simeq$ $C_{56882}$ $G/Z \simeq$ $C_1$
Copy content comment:Center of the group
 
Copy content magma:Center(G);
 
Copy content gap:Center(G);
 
Copy content sage:G.center()
 
Copy content sage_gap:G.Center()
 
Commutator: $G' \simeq$ $C_1$ $G/G' \simeq$ $C_{56882}$
Copy content comment:Commutator subgroup of the group G
 
Copy content magma:CommutatorSubgroup(G);
 
Copy content gap:DerivedSubgroup(G);
 
Copy content sage:G.commutator()
 
Copy content sage_gap:G.DerivedSubgroup()
 
Frattini: $\Phi \simeq$ $C_1$ $G/\Phi \simeq$ $C_{56882}$
Copy content comment:Frattini subgroup of the group G
 
Copy content magma:FrattiniSubgroup(G);
 
Copy content gap:FrattiniSubgroup(G);
 
Copy content sage:G.frattini_subgroup()
 
Copy content sage_gap:G.FrattiniSubgroup()
 
Fitting: $\operatorname{Fit} \simeq$ $C_{56882}$ $G/\operatorname{Fit} \simeq$ $C_1$
Copy content comment:Fitting subgroup of the group G
 
Copy content magma:FittingSubgroup(G);
 
Copy content gap:FittingSubgroup(G);
 
Copy content sage:G.fitting_subgroup()
 
Copy content sage_gap:G.FittingSubgroup()
 
Radical: $R \simeq$ $C_{56882}$ $G/R \simeq$ $C_1$
Copy content comment:Radical of the group G
 
Copy content magma:Radical(G);
 
Copy content gap:SolvableRadical(G);
 
Copy content sage_gap:G.SolvableRadical()
 
Socle: $\operatorname{soc} \simeq$ $C_{56882}$ $G/\operatorname{soc} \simeq$ $C_1$
Copy content comment:Socle of the group G
 
Copy content magma:Socle(G);
 
Copy content gap:Socle(G);
 
Copy content sage:G.socle()
 
Copy content sage_gap:G.Socle()
 
2-Sylow subgroup: $P_{ 2 } \simeq$ $C_2$
7-Sylow subgroup: $P_{ 7 } \simeq$ $C_7$
17-Sylow subgroup: $P_{ 17 } \simeq$ $C_{17}$
239-Sylow subgroup: $P_{ 239 } \simeq$ $C_{239}$

Subgroup diagram and profile

For the default diagram, subgroups are sorted vertically by the number of prime divisors (counted with multiplicity) in their orders.
To see subgroups sorted vertically by order instead, check this box.
Sorry, your browser does not support the subgroup diagram.

Subgroup information

Click on a subgroup in the diagram to see information about it.

Series

Derived series $C_{56882}$ $\rhd$ $C_1$
Copy content comment:Derived series of the group GF
 
Copy content magma:DerivedSeries(G);
 
Copy content gap:DerivedSeriesOfGroup(G);
 
Copy content sage:G.derived_series()
 
Copy content sage_gap:G.DerivedSeriesOfGroup()
 
Chief series $C_{56882}$ $\rhd$ $C_{28441}$ $\rhd$ $C_{4063}$ $\rhd$ $C_{239}$ $\rhd$ $C_1$
Copy content comment:Chief series of the group G
 
Copy content magma:ChiefSeries(G);
 
Copy content gap:ChiefSeries(G);
 
Copy content sage_gap:G.ChiefSeries()
 
Lower central series $C_{56882}$ $\rhd$ $C_1$
Copy content comment:The lower central series of the group G
 
Copy content magma:LowerCentralSeries(G);
 
Copy content gap:LowerCentralSeriesOfGroup(G);
 
Copy content sage:G.lower_central_series()
 
Copy content sage_gap:G.LowerCentralSeriesOfGroup()
 
Upper central series $C_1$ $\lhd$ $C_{56882}$
Copy content comment:The upper central series of the group G
 
Copy content magma:UpperCentralSeries(G);
 
Copy content gap:UpperCentralSeriesOfGroup(G);
 
Copy content sage:G.upper_central_series()
 
Copy content sage_gap:G.UpperCentralSeriesOfGroup()
 

Supergroups

This group is a maximal subgroup of 3 larger groups in the database.

This group is a maximal quotient of 0 larger groups in the database.

Character theory

Copy content comment:Character table
 
Copy content magma:CharacterTable(G); // Output not guaranteed to exactly match the LMFDB table
 
Copy content gap:CharacterTable(G); # Output not guaranteed to exactly match the LMFDB table
 
Copy content sage:G.character_table() # Output not guaranteed to exactly match the LMFDB table
 
Copy content sage_gap:G.CharacterTable() # Output not guaranteed to exactly match the LMFDB table
 

Complex character table

The $56882 \times 56882$ character table is not available for this group.

Rational character table

The $16 \times 16$ rational character table is not available for this group.