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.

A382018 Number of orbits under the action of the permutation group S(n) on the nonsingular n X n matrices over GF(2).

Original entry on oeis.org

1, 1, 4, 33, 908, 85411, 28227922, 32597166327
Offset: 0

Views

Author

Keywords

Comments

The action is defined by f.M(i,j)=M(f(i),f(j)).
Equivalently, the number of digraphs on n unlabeled nodes with loops allowed but no more than one arc with the same start and end node with adjacency matrices invertible over GF(2).

Examples

			For n = 2, representatives of the four different orbits are [[1, 0], [0, 1]], [[1, 1], [0, 1]], [[0, 1], [1, 1]], and [[0, 1], [1, 0]].
		

Crossrefs