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-20 of 26 results. Next

A079241 Number of isomorphism classes of associative non-commutative non-anti-associative non-anti-commutative closed binary operations on a set of order n.

Original entry on oeis.org

0, 0, 0, 10, 127, 1588, 26487, 1610379, 3683808608
Offset: 0

Views

Author

Christian van den Bosch (cjb(AT)cjb.ie), Jan 03 2003

Keywords

Crossrefs

Row sums of A079207.

Formula

A079231(n) + A079233(n) + A079235(n) + A079237(n) + A079196(n) + a(n) + A079243(n) + A079245(n) + A063524(n) = A002489(n).
a(n) = A027851(n) - A001426(n) - A079243(n). - Andrew Howroyd, Jan 27 2022

Extensions

a(0)=0 prepended and a(5)-a(8) added by Andrew Howroyd, Jan 27 2022

A029851 Number of self-converse semigroups of order n.

Original entry on oeis.org

1, 1, 3, 12, 64, 405, 3312, 44370, 2209839, 623492664
Offset: 0

Views

Author

Christian G. Bower, Jan 27 1998, updated Feb 19 2001

Keywords

Crossrefs

Formula

a(n) = A001423(n)*2 - A027851(n).

Extensions

a(8) and a(9) from Andreas Distler, Jan 17 2011

A354493 Number of quantales on n elements, up to isomorphism.

Original entry on oeis.org

1, 2, 12, 129, 1852, 33391, 729629, 19174600, 658343783
Offset: 1

Views

Author

Arman Shamsgovara, May 28 2022

Keywords

Comments

A quantale is an algebraic structure (X,*,v) composed of a set X of elements, a semigroup operator "*" and a supremum operator "v" (in the sense of lattices) such that * distributes over v: x * (y v z) = (x * y) v (x * z) and (x v y) * z = (x * z) v (y * z) for all elements x,y,z in X. In addition the bottom element corresponding to v, denoted 0, must satisfy x * 0 = 0 * x = 0.

References

  • P. Eklund, J. G. García, U. Höhle, and J. Kortelainen, (2018). Semigroups in complete lattices. In Developments in Mathematics (Vol. 54). Springer Cham.
  • K. I. Rosenthal, Quantales and their applications. Longman Scientific and Technical, 1990.
  • Arman Shamsgovara, A catalogue of every quantale of order up to 9 (abstract, to appear), LINZ2022, 39th Linz Seminar on Fuzzy Set Theory, Linz, Austria.
  • Arman Shamsgovara and P. Eklund, A Catalogue of Finite Quantales, GLIOC Notes, December 2019.

Crossrefs

Related algebraic structures: A027851, A006966.

Programs

  • Mace4
    assign(max_models,-1).
    assign(domain_size,4).
    formulas(assumptions).
    % Comment: This will find all quantales on 4 elements, fixing
    % 0 as the bottom and 3 as the top. Elements will be numbered
    % 0-3. Results *must* be run through the companion program
    % isofilter that is included with the downloads for mace4,
    % otherwise the output will contain isomorphic duplicates!
    % By changing the domain size, this file should be sufficient
    % for up to 6 elements, but will crash for higher numbers.
    (x*y)*z = x*(y*z).
    (x v y) v z = x v (y v z).
    x v y = y v x.
    x v x = x.
    x*(y v z) = (x*y) v (x*z).
    (x v y)*z = (x*z) v (y*z).
    0*x = 0.
    x*0 = 0.
    0 v x = x.
    3 v x = 3.
    end_of_list.
    formulas(goals).
    end_of_list.

A079175 Number of isomorphism classes of associative closed binary operations (semigroups) on a set of order n, listed by class size.

Original entry on oeis.org

1, 1, 2, 3, 2, 0, 7, 15, 2, 0, 0, 7, 5, 0, 62, 112, 2, 0, 0, 0, 6, 0, 0, 8, 0, 2, 51, 0, 47, 2, 576, 1221, 2, 0, 0, 0, 0, 6, 0, 0, 0, 0, 8, 0, 0, 4, 0, 48, 0, 0, 0, 0, 92, 0, 0, 42, 506, 0, 813, 32, 7397, 19684, 2, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8
Offset: 0

Views

Author

Christian van den Bosch (cjb(AT)cjb.ie), Jan 03 2003

Keywords

Comments

Elements per row: 1,1,2,4,8,16,30,... (given by A027423, number of positive divisors of n!)

Examples

			Triangle T(n,k) begins:
  1;
  1;
  2, 3;
  2, 0, 7, 15;
  2, 0, 0, 7, 5, 0, 62, 112;
  2, 0, 0, 0, 6, 0, 0, 8, 0, 2, 51, 0, 47, 2, 576, 1221;
  ...
		

Crossrefs

Row sums give A027851.
Cf. A023814, A027423 (row lengths), A079171, A079174, A079210.

Formula

A079174(n,k) + T(n,k) = A079171(n,k).
T(n, A027423(n)) = A058104(n).
A023814(n) = Sum_{k>=1} T(n,k)*A079210(n,k).

Extensions

a(0)=1 prepended and terms a(16) and beyond from Andrew Howroyd, Jan 26 2022

A058112 Number of isomorphism classes of idempotent semigroups of order n.

Original entry on oeis.org

1, 1, 3, 10, 46, 251, 1682, 13213, 119826, 1228712
Offset: 0

Views

Author

Christian G. Bower, Nov 09 2000

Keywords

Crossrefs

Main diagonal of A058108 and A058137.
Cf. A027851, A351730 (labeled).

Extensions

Updated Feb 19 2001
a(8)-a(9) added by Andrew Howroyd, Feb 17 2022

A350873 a(n) is the number of non-isomorphic flexible magmas with n elements (i.e., number of magmas with n elements which satisfy the identity (xy)x = x(yx) for all x and y).

Original entry on oeis.org

1, 1, 6, 191, 72148
Offset: 0

Views

Author

Joel Brennan, Jan 20 2022

Keywords

Examples

			There are 10 non-isomorphic magmas with 2 elements, and 6 of these are flexible magmas, so a(2) = 6.
		

Crossrefs

Cf. A001329 (magmas), A027851.

A058104 Number of asymmetric semigroups of order n.

Original entry on oeis.org

1, 1, 3, 15, 112, 1221, 19684, 1458882, 3667253972, 105923135799007
Offset: 0

Views

Author

Christian G. Bower, Nov 09 2000

Keywords

Crossrefs

Formula

a(n) = A079175(n, A027423(n)).

Extensions

Updated Feb 19 2001
a(8)-a(9) added from the Distler-Kelsey reference by Andrew Howroyd, Jan 26 2022

A383885 Number of nonisomorphic 3-nilpotent semigroups of order n.

Original entry on oeis.org

0, 0, 1, 9, 118, 4671, 1199989, 3661522792, 105931872028455, 24834563582168716305, 53061406576514239124327751, 2017720196187069550262596208732035, 2756576827989210680367439732667802738773384, 73919858836708511517426763179873538289329852786253510, 29599937964452484359589007277447538854227891149791717673581110642
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) = A383871(n)/n! * (1+o(1)). See Grillet paper in Links.
For exact formula see the Distler and Mitchell paper.

A118581 Number of nonisomorphic semigroups of order <= n.

Original entry on oeis.org

1, 2, 7, 31, 219, 2134, 30768, 1658440, 3685688857, 105981863625149
Offset: 0

Views

Author

Jonathan Vos Post, May 07 2006

Keywords

Comments

Semigroup analog of A063756 Number of groups of order <= n. a semigroup is an algebraic structure consisting of a set S closed under an associative binary operation (and thus is an associative groupoid). Some sources require that a semigroup have an identity element (in which case semigroups are identical to monoids). Not all sources agree that S should be nonempty. This sequence assumes that a semigroup may be empty and need not have an identity.

Examples

			a(7) = 1658440 = 1 + 1 + 5 + 24 + 188 + 1915 + 28634 + 1627672.
		

Crossrefs

Formula

a(n) = Sum_{i=0..n} A027851(i). a(n) = Sum_{i=0..n} (2*A001423(i) - A029851(i)).

Extensions

a(8)-a(9) (using A027851) from Giovanni Resta, Jun 16 2016

A118601 Partial sums of A058129.

Original entry on oeis.org

1, 3, 10, 45, 273, 2510, 34069, 1703066
Offset: 1

Views

Author

Jonathan Vos Post, May 08 2006

Keywords

Crossrefs

Formula

a(n) = SUM[i=1..n] A058129(i). a(n) = SUM[i=1..n] (2*A058133(i) - A058132(i)).

Extensions

One more term from Jonathan Vos Post, Jul 20 2009
Edited by N. J. A. Sloane, Jul 25 2009
Previous Showing 11-20 of 26 results. Next