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.

Previous Showing 11-13 of 13 results.

A383871 Number of labeled 3-nilpotent semigroups of order n.

Original entry on oeis.org

0, 0, 6, 180, 11720, 3089250, 5944080072, 147348275209800, 38430603831264883632, 90116197775746464859791750, 2118031078806486819496589635743440, 966490887282837500134221233339527160717340, 17165261053166610940029331024343115375665769316911576, 6444206974822296283920298148689544172139277283018112679406098010
Offset: 1

Views

Author

Elijah Beregovsky, May 13 2025

Keywords

Comments

A semigroup S is nilpotent if there exists a natural number r such that the set S^r of all products of r elements of S has size 1.
If r is the smallest such number, then S is said to have nilpotency degree r.
This sequence counts semigroups S that have an element e such that for all x,y,z in S x*y*z = e.
In 1976 Kleitman, Rothschild and Spencer gave an argument asserting that the proportion of 3-nilpotent semigroups, amongst all semigroups of order n, is asymptotically 1. Later opinion regards their argument as incomplete, and no satisfactory proof has been found.

References

  • H. Jürgensen, F. Migliorini, and J. Szép, Semigroups. Akadémiai Kiadó (Publishing House of the Hungarian Academy of Sciences), Budapest, 1991.

Crossrefs

Formula

a(n) = Sum_{2 <= m <= b(n)} binomial(n,m) * m * Sum_{0 <= i <= m-1} (-1)^i * binomial(m-1,i) * (m-i)^((n-m)^2), where b(n) = floor(n + 1/2 - sqrt(n-3/4)).

A346414 Number of labeled totally ordered commutative semigroups.

Original entry on oeis.org

1, 1, 4, 20, 114, 710, 4726, 33157, 243048, 1850817, 14590692
Offset: 0

Views

Author

Peter Jipsen, Jul 15 2021

Keywords

Crossrefs

Cf. A023815.

A118100 Number of commutative semigroups of order <= n.

Original entry on oeis.org

1, 2, 5, 17, 75, 400, 2543, 19834, 241639, 11787482, 3530717819
Offset: 0

Views

Author

Jonathan Vos Post, May 11 2006

Keywords

Comments

A001426(n) is the number of commutative semigroups of order n. A001426(n) + A079193(n) + A079196(n) + A079199(n) = A001329(n). 2, 5, 17, 2543 and 241639 are primes.

Examples

			a(8) = 1 + 1 + 3 + 12 + 58 + 325 + 2143 + 17291 + 221805 = 241639.
		

Crossrefs

Formula

a(n) = Sum_{i=1..n} A001426(i).

Extensions

a(9)-a(10) added using the terms in A001426 by Miles Englezou, May 27 2025
Previous Showing 11-13 of 13 results.