A226142 The smallest positive integer k such that the symmetric group S_n is a product of k cyclic groups.
1, 1, 2, 3, 3, 4, 4
Offset: 1
Examples
a(7) = 4 since a factorization of S_7 is given by C_1*C_2*C_3*C_4 where C_1 = <(1,2,3,4)(5,6,7)>, C_2 = <(1,4,6)(2,3,5,7)>, C_3 = <(1,2,5,7)(3,4,6)>, C_4 = <(1,3,5,6,7)(2,4)>, and a brute force computation shows that S_7 is not a product of 3 or fewer cyclic subgroups.
Links
- Miklós Abért, Symmetric groups as products of Abelian subgroups, Bull. Lond. Math. Soc., Volume 34, Issue 04, July 2002, pp. 451-456.
Comments