Groups of order 60
This article gives information about, and links to more details on, groups of order 60
See pages on algebraic structures of order 60 | See pages on groups of a particular order
Statistics at a glance
Factorization and useful forms
The number 60 has prime factors 2,3,5, and prime factorization:
Other expressions for this number are:
Group counts
60 is the smallest possible order of a simple non-abelian group.
The list
| Group | GAP ID (second part) | Abelian? |
|---|---|---|
| direct product of Z5 and Dic12 | 1 | No |
| direct product of Z3 and Dic20 | 2 | No |
| dicyclic group:Dic60 | 3 | No |
| cyclic group:Z60 | 4 | Yes |
| alternating group:A5 | 5 | No |
| direct product of Z3 and GA(1,5) | 6 | No |
| semidirect product of Z3 and GA(1,5) | 7 | No |
| direct product of S3 and D10 | 8 | No |
| direct product of Z5 and A4 | 9 | No |
| direct product of Z6 and D10 | 10 | No |
| direct product of Z10 and S3 | 11 | No |
| dihedral group:D60 | 12 | No |
| direct product of Z2 and Z30 | 13 | Yes |
GAP implementation
The order 60 is part of GAP's SmallGroup library. Hence, any group of order 60 can be constructed using the SmallGroup function by specifying its group ID. Also, IdGroup is available, so the group ID of any group of this order can be queried.
Further, the collection of all groups of order 60 can be accessed as a list using GAP's AllSmallGroups function.
Here is GAP's summary information about how it stores groups of this order, accessed using GAP's SmallGroupsInformation function:
gap> SmallGroupsInformation(60);
There are 13 groups of order 60.
They are sorted by their Frattini factors.
1 has Frattini factor [ 30, 1 ].
2 has Frattini factor [ 30, 2 ].
3 has Frattini factor [ 30, 3 ].
4 has Frattini factor [ 30, 4 ].
5 - 13 have trivial Frattini subgroup.
For the selection functions the values of the following attributes
are precomputed and stored:
IsAbelian, IsNilpotentGroup, IsSupersolvableGroup, IsSolvableGroup,
LGLength, FrattinifactorSize and FrattinifactorId.
This size belongs to layer 2 of the SmallGroups library.
IdSmallGroup is available for this size.