cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A318895 Number of isoclinism classes of the groups of order 2^n.

Original entry on oeis.org

1, 1, 1, 2, 3, 8, 27, 115
Offset: 0

Views

Author

Jack W Grahl, Sep 05 2018

Keywords

Comments

The concept of isoclinism was introduced in Hall (1940) and is crucial to enumerating the groups of order p^n where p is a prime.
An isoclinism exists between two groups G1 and G2 if the following holds: There is an isomorphism f between their two inner automorphism groups G1/Z(G1) and G2/Z(G2). There is an isomorphism h between their two commutator groups [G1, G1] and [G2, G2]. Lastly, f and h commute with F1 and F2, where F1 is the mapping from G1/Z(G1) x G1/Z(G1) to [G1, G1], given by a, b -> ab(a^-1)(b^-1), and F2 is defined analogously.

Examples

			There are 51 groups of order 32. These fall into 8 isoclinism classes. Therefore a(5) = 8.
		

Crossrefs

Cf. A000001, A000679. A000041 has an interpretation as the number of Abelian groups with order 2^n.