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

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

A058113 Triangle: Number of asymmetric semigroups of order n with k idempotents.

Original entry on oeis.org

1, 2, 1, 3, 9, 3, 11, 37, 52, 12, 112, 224, 434, 383, 68, 4398, 1984, 3976, 5568, 3256, 502, 1181185, 47622, 44581, 74851, 74604, 31881, 4158
Offset: 1

Views

Author

Christian G. Bower, Nov 09 2000

Keywords

Examples

			1; 2,1; 3,9,3; 11,37,52,12; 112,224,434,383,68; ...
		

Crossrefs

Row sums give A058104. Main diagonal: A058115. Column 1: A058114.

Extensions

Updated Feb 19 2001
Showing 1-2 of 2 results.