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-9 of 9 results.

A001329 Number of nonisomorphic groupoids with n elements.

Original entry on oeis.org

1, 1, 10, 3330, 178981952, 2483527537094825, 14325590003318891522275680, 50976900301814584087291487087214170039, 155682086691137947272042502251643461917498835481022016
Offset: 0

Views

Author

Keywords

Comments

The number of isomorphism classes of closed binary operations on a set of order n.
The term "magma" is also used as an alternative for "groupoid" since the latter has a different meaning in e.g. category theory. - Joel Brennan, Jan 20 2022

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

Formula

a(n) = Sum_{1*s_1+2*s_2+...=n} (fixA[s_1, s_2, ...]/(1^s_1*s_1!*2^s_2*s2!*...)) where fixA[s_1, s_2, ...] = Product_{i, j>=1} ( (Sum_{d|lcm(i, j)} (d*s_d))^(gcd(i, j)*s_i*s_j)). - Christian G. Bower, May 08 1998, Dec 03 2003
a(n) is asymptotic to n^(n^2)/n! = A002489(n)/A000142(n) ~ (e*n^(n-1))^n / sqrt(2*Pi*n). - Christian G. Bower, Dec 03 2003
a(n) = A079173(n) + A027851(n) = A079177(n) + A079180(n).
a(n) = A079183(n) + A001425(n) = A079187(n) + A079190(n).
a(n) = A079193(n) + A079196(n) + A079199(n) + A001426(n).

Extensions

More terms from Christian G. Bower, May 08 1998

A079176 Number of non-anti-associative closed binary operations on a set of order n.

Original entry on oeis.org

1, 14, 19631, 4294545736
Offset: 1

Views

Author

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

Keywords

Comments

Each a(n) is equal to the sum of the products of each element in row n of A079178 and the corresponding element of A079210.

Crossrefs

Formula

a(n) = A002489(n) - A079179(n).

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

Original entry on oeis.org

0, 2, 6, 3, 10, 78, 3229, 2, 1, 12, 30, 246, 495, 48427, 178914959
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; 2,6; 3,10,78,3229; 2,1,12,30,246,495,48427,178914959
A079176(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 A079177(x).

Crossrefs

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

Original entry on oeis.org

1, 0, 2, 10, 17780
Offset: 0

Views

Author

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

Keywords

Crossrefs

Row sums of A079181.
Cf. A001329, A079177, A079179 (labeled case).

Formula

a(n) = A001329(n) - A079177(n).

Extensions

a(0)=1 prepended and a(1) corrected by Kamil Zabielski, Aug 28 2024

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

Original entry on oeis.org

0, 4, 2, 2, 8, 70, 3121, 2, 1, 14, 22, 275, 467, 48306, 178888897
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; 4,2; 2,8,70,3121; 2,1,14,22,275,467,48306,178888897
A079176(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 n is given by A079177(n).

Crossrefs

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

Original entry on oeis.org

1, 0, 2, 0, 0, 2, 0, 8, 0, 0, 2, 0, 29, 0, 383, 17366
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

			First rows:
  1;
  0;
  2,0;
  0,2,0,8;
  0,0,2,0,29,0,383,17366;
  ...
		

Crossrefs

Cf. A027423 (row lengths), A079176, A079177, A079180 (row sums).

Formula

T(n,k) = A079171(n,k) - A079178(n,k).
A079179(n) = Sum_{k>=1} A079210(n,k) * T(n,k).

Extensions

a(0)=1 prepended and a(1) corrected by Kamil Zabielski, Aug 28 2024

A079185 Number of isomorphism classes of commutative closed binary operations (groupoids) on a set of order n, listed by class size.

Original entry on oeis.org

1, 0, 4, 1, 4, 8, 116, 0, 0, 0, 8, 0, 28, 504, 43428
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: 1; 0,4; 1,4,8,116; 0,0,0,8,0,28,504,43428
A079176(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 n is given by A079177(n).

Crossrefs

Cf. A001425, A023183, A079184. a(n, A027423(n)) = A030255(n).

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

Original entry on oeis.org

0, 0, 4, 1, 4, 44, 2285, 0, 0, 0, 24, 64, 212, 35240, 147088764
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!)
A079176(n) is equal to the sum of the products of each element in row n of this sequence and the corresponding element of A079210.
The sum of each row n of this sequence is given by A079177(n).

Examples

			First four rows:
  0;
  0, 4;
  1, 4, 44, 2285;
  0, 0, 0, 24, 64, 212, 35240, 147088764.
		

Crossrefs

Formula

a(n) = A079171(n) - A079191(n).

A118542 Number of nonisomorphic groupoids with <= n elements.

Original entry on oeis.org

1, 2, 12, 3342, 178985294, 2483527716080119, 14325590005802419238355799, 50976900301828909677297289506452525838, 155682086691137998248942804080553139214788341933547854
Offset: 0

Views

Author

Jonathan Vos Post, May 06 2006

Keywords

Comments

The number of isomorphism classes of closed binary operations on sets of order <= n. See formulas by Christian G. Bower in A001329 Number of nonisomorphic groupoids with n elements.

Examples

			a(5) = 1 + 1 + 10 + 3330 + 178981952 + 2483527537094825 = 2483527716080119 is prime.
		

Crossrefs

Formula

a(n) = SUM[i=0..n] A001329(i). a(n) = SUM[i=0..n] (A079173(i)+A027851(i)). a(n) = SUM[i=0..n] (A079177(i)+A079180(i)). a(n) = SUM[i=0..n] (A079183(i)+A001425(i)). a(n) = SUM[i=0..n] (A079187(i)+A079190(i)). a(n) = SUM[i=0..n] (A079193(i)+A079196(i)+A079199(i)+A001426(i)).
Showing 1-9 of 9 results.