"Source: Text/Group/GrpPerm.text";
"Line: 3374";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPerm.text, line: 3374
// Example: H65E21 ()
print "Example: H65E21";
ei := GetEchoInput();
SetEchoInput(true);
G := PSL(2,9);
time L := SubgroupLattice(G);
L; 
NumberOfInclusions(L!5, L!20);
assert $1 eq 6;
L[5];
SetEchoInput(ei);
