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.

Showing 1-7 of 7 results.

A023815 Number of binary operations on an n-set that are commutative and associative; labeled commutative semigroups.

Original entry on oeis.org

1, 1, 6, 63, 1140, 30730, 1185072, 66363206, 7150843144, 3829117403448
Offset: 0

Views

Author

Lyle Ramshaw (ramshaw(AT)pa.dec.com)

Keywords

Crossrefs

Row sums of A058167.
Cf. A001423, A001426 (isomorphism classes), A023813 (commutative only), A023814 (associative only), A027851.

Formula

a(n) + A079192(n) + A079195(n) + A079198(n) = A002489(n).
a(n) = Sum_{k>=1} A079201(n,k)*A079210(n,k). - Andrew Howroyd, Jan 26 2022

Extensions

a(8) from Andrew Howroyd, Jan 26 2022
a(9) from Andrew Howroyd, Feb 14 2022

A079197 Number of isomorphism classes of non-associative commutative closed binary operations on a set of order n, listed by class size.

Original entry on oeis.org

0, 0, 1, 1, 4, 5, 107, 0, 0, 0, 5, 0, 28, 488, 43389
Offset: 1

Views

Author

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

Keywords

Comments

Elements per row: 1,2,4,8,16,30,... (given by A027423, number of positive divisors of n!)
First four rows: 0; 0,1; 1,4,5,107; 0,0,0,5,0,28,488,43389
A079195(x) is equal to the sum of the products of each element in row x of this sequence and the corresponding element of A079210.
The sum of each row x of this sequence is given by A079196(x).

Crossrefs

A079207 Number of isomorphism classes of associative non-commutative non-anti-associative non-anti-commutative closed binary operations on a set of order n, listed by class size.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 4, 6, 0, 0, 0, 4, 4, 0, 46, 73, 0, 0, 0, 0, 4, 0, 0, 8, 0, 2, 36, 0, 43, 2, 473, 1020, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 8, 0, 0, 4, 0, 36, 0, 0, 0, 0, 84, 0, 0, 38, 415, 0, 758, 32, 6682, 18426, 0, 0, 0, 0, 0, 0, 4, 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:
  0;
  0;
  0, 0;
  0, 0, 4, 6;
  0, 0, 0, 4, 4, 0, 46, 73;
  0, 0, 0, 0, 4, 0, 0, 8, 0, 2, 36, 0, 43, 2, 473, 1020;
  ...
		

Crossrefs

Formula

A079202(n,k) + A079203(n,k) + A079204(n,k) + A079205(n,k) + A079197(n,k) + A079208(n,k) + T(n,k) + A079201(n,k) = A079171(n,k).
A079240(n) = Sum_{k>=1} T(n,k)*A079210(n,k).
T(n,k) = A079175(n,k) - A079201(n,k) - A079208(n,k). - Andrew Howroyd, Jan 27 2022

Extensions

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

A079208 Number of isomorphism classes of associative non-commutative non-anti-associative anti-commutative closed binary operations on a set of order n, listed by class size.

Original entry on oeis.org

0, 0, 2, 0, 2, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
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!)
The only closed binary operations that are both commutative and anti-commutative are those on sets of size <= 1. The significance of non-commutative (and non-anti-associative) in the name is that it excludes this possibility. Otherwise, the first two terms would be 1. - Andrew Howroyd, Jan 26 2022

Examples

			Triangle T(n,k) begins:
  0;
  0;
  2, 0;
  2, 0, 0, 0;
  2, 0, 0, 0, 1, 0, 0, 0;
  2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0;
  ...
		

Crossrefs

Formula

A079202(n,k) + A079203(n,k) + A079204(n,k) + A079205(n,k) + A079197(n,k) + A079207(n,k) + T(n,k) + A079201(n,k) = A079171(n,k).
A079242(n,k) = Sum_{k>=1} T(n,k)*A079210(n,k).

Extensions

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

A079200 Number of isomorphism classes of associative non-commutative closed binary operations on a set of order n, listed by class size.

Original entry on oeis.org

0, 0, 2, 0, 2, 0, 4, 6, 2, 0, 0, 4, 5, 0, 46, 73, 2, 0, 0, 0, 4, 0, 0, 8, 0, 2, 36, 0, 43, 2, 473, 1020, 2, 0, 0, 0, 0, 4, 0, 0, 0, 0, 8, 0, 0, 4, 0, 36, 0, 0, 0, 0, 86, 0, 0, 38, 415, 0, 758, 32, 6682, 18426, 2, 0, 0, 0, 0, 0, 4, 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

Number of 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:
  0;
  0;
  2, 0;
  2, 0, 4, 6;
  2, 0, 0, 4, 5, 0, 46, 73;
  2, 0, 0, 0, 4, 0, 0, 8, 0, 2, 36, 0, 43, 2, 473, 1020;
  ...
		

Crossrefs

Row sums give A079199.

Formula

A079194(n,k) + A079197(n,k) + T(n,k) + A079201(n,k) = A079171(n,k).
A079198(n) = Sum_{k>=1} T(n,k)*A079210(n,k).
T(n,k) = A079175(n,k) - A079201(n,k). - Andrew Howroyd, Jan 26 2022

Extensions

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

A079194 Number of isomorphism classes of non-associative non-commutative closed binary operations on a set of order n, listed by class size.

Original entry on oeis.org

0, 0, 2, 2, 0, 8, 66, 3115, 0, 1, 14, 18, 270, 467, 48260, 178888824
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:
  0;
  0;
  2, 2;
  0, 8, 66, 3115;
  0, 1, 14, 18, 270, 467, 48260, 178888824;
  ...
		

Crossrefs

Row sums give A079193.

Formula

T(n,k) + A079197(n,k) + A079200(n,k) + A079201(n,k) = A079171(n,k).
A079192(n,k) = Sum_{k>=1} T(n,k)*A079210(n,k).

Extensions

a(0)=0 prepended by Andrew Howroyd, Jan 26 2022

A058105 Number of commutative asymmetric semigroups of order n.

Original entry on oeis.org

1, 1, 3, 9, 39, 201, 1258, 10013, 142755
Offset: 0

Views

Author

Christian G. Bower, Nov 09 2000

Keywords

Crossrefs

Formula

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

Extensions

Updated Feb 19 2001.
a(7) corrected Dec 26 2006
a(8) from Andrew Howroyd, Jan 26 2022
Showing 1-7 of 7 results.