A242997 a(n) is the order of the group of invertible elements in the semigroup M whose elements are the closed binary operations on an n-point set S and whose operation (on operations, in this case) is given by x AB y = (x B y) A (y B x) for operations A and B on S and points x and y in S.
1, 4, 288, 1105920, 445906944000, 30851909057249280000, 540013176648715369394995200000, 3299903381977999900396941913809223680000000, 9276369213749813701818662527515163802639831924736000000000
Offset: 1
Keywords
Examples
When n = 2, the 4 invertible binary operations are the left and right projections and the left and right "conjections", the left conjection being that which sends each (x, y) to "not x", which is unique when n = 2.
References
- M. Hall, The Theory of Groups, MacMillan, 1959, 169-172.
- N. Jacobson, Basic Algebra 1, 2nd Edition, W.H. Freeman, 1985, p. 289.
Links
- J. D. Reid, On Finite Groups and Finite Fields, The American Mathematical Monthly, Vol. 98, Num. 6, June-July 1991, pp. 549-551.
Programs
-
PARI
a(n) = n! * (n*(n-1)/2)! * 2^(n*(n-1)/2);
Formula
a(n) = n! * (n*(n-1)/2)! * 2^(n*(n-1)/2).
Comments