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.

A186117 Number of nonisomorphic semigroups of order n minus number of groups of order n.

Original entry on oeis.org

0, 4, 23, 186, 1914, 28632, 1627671, 3684030412, 105978177936290
Offset: 1

Views

Author

Jonathan Vos Post, Feb 13 2011

Keywords

Comments

In a sense, this measures the increase in combinatorial structures available by dropping the requirement of inverses, and an identity element, in moving from the group axioms to the semigroup axioms. A semigroup is mathematical object defined for a set and a binary operator in which the multiplication operation is associative. No other restrictions are placed on a semigroup; thus a semigroup need not have an identity element and its elements need not have inverses within the semigroup. Other sequences may be derived by considering commutative semigroups and commutative groups, self-converse semigroup, counting idempotents, and the like.

Examples

			a(1) = 0 because there are unique groups and semigroups of order 1, so 1 - 1  = 0.
a(2) = 4 because there are 5 semigroups of order 2 groups and a unique group of order 2, so 5 - 1  = 4.
		

Crossrefs

Formula

a(n) = A027851(n) - A000001(n).