1## bug 17 for fix 4
2gap> f := FreeGroup( 2 );;
3gap> g := f/[f.1^4,f.2^4,Comm(f.1,f.2)];;
4gap> Length(Elements(g));
516
6gap> NrPrimitiveGroups(441);
724
8