"Source: Text/Group/GrpPerm.text";
"Line: 5777";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPerm.text, line: 5777
// Example: H65E31 ()
print "Example: H65E31";
ei := GetEchoInput();
SetEchoInput(true);
G := WreathProduct(Sym(8), DihedralGroup(4));                               
Order(G);
assert $1 eq 21143266346926080000;
time N := NormalSubgroups(G);
#N;
assert $1 eq 29;
[ < Order(H`subgroup), FactoredOrder(H`subgroup) > : H in N ];              
SetEchoInput(ei);
