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.

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