A338757 Number of splitting-simple groups of order n; number of nontrivial groups of order n that are not semidirect products of proper subgroups.
0, 1, 1, 1, 1, 0, 1, 2, 1, 0, 1, 0, 1, 0, 0, 2, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 5, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 19, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 1
Offset: 1
Examples
a(48) = 1 because the binary octahedral group, which is of order 48, cannot be written as the semidirect product of proper subgroups. a(16) = 2, and the corresponding groups are C_16 and Q_16 (generalized quaternion group of order 16). a(81) = 2, and the corresponding groups are C_81 and SmallGroup(81,10). a(64) = 19, and the corresponding groups are SmallGroup(64,i) for i = 1, 11, 13, 14, 19, 22, 37, 43, 45, 49, 54, 79, 81, 82, 160, 168, 172, 180 and 245. For n = 60 or 168, the unique simple group is the only group of order n that cannot be written as the semidirect product of proper subgroups, hence a(60) = a(168) = 1. [The unique simple groups are respectively Alt(5) and PSL(2,7). - _Bernard Schott_, Nov 08 2020] For n = 12, we have C_12 = C_3 X C_4, C_6 X C_2 = C_6 X C_2, D_6 = C_6 : C_2, Dic_12 = C_3 : C_4 and A_4 = (C_2 X C_2) : C_3, all of which can be written as the semidirect product of nontrivial groups. So a(12) = 0.
Links
- Jianing Song, Table of n, a(n) for n = 1..255
- Tim Dokchitser, Group extensions
- The Group Properties Wiki, Splitting-simple group
- The Group Properties Wiki, Permutable complements
- Jianing Song, List of splitting-simple groups of order up to 255 by ID in GAP's SmallGroup library
- Index entries for sequences related to groups
Crossrefs
Programs
-
GAP
IsSplittingSimple := function(G) local c, l, i; c := NormalSubgroups(G); l := Length(c); if l > 1 then for i in [2..l-1] do if Length(ComplementClassesRepresentatives(G,c[i])) > 0 then return false; fi; od; return true; else return false; fi; end; A338757 := n -> Length(AllSmallGroups( n, IsSplittingSimple ));
Formula
For primes p != q:
a(p) = a(p^2) = 1; a(p^3) = 2 for p = 2, 1 otherwise;
a(p^4) = 2 for p = 2 or 3, 1 otherwise;
a(pq) = 0;
a(4p) = a(8p) = 0, p > 2.
a(n) <= A090751(n) for all n, and the equality holds if n = 1, p, p^2 for primes p or n = pq for primes p < q and p does not divide q-1.
a(A120944(n)) = 0. - Miles Englezou, Oct 24 2024
Comments