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.

A058116 Triangle read by rows: T(n,k) is the number of isomorphism classes of commutative semigroups of order n with k idempotents.

Original entry on oeis.org

1, 2, 1, 5, 5, 2, 16, 23, 14, 5, 62, 106, 93, 49, 15, 342, 544, 582, 422, 200, 53, 3435, 3380, 3773, 3360, 2178, 943, 222, 97061, 30788, 27222, 26625, 21283, 12676, 5072, 1078
Offset: 1

Views

Author

Christian G. Bower, Nov 09 2000

Keywords

Examples

			Triangle begins:
   1;
   2,   1;
   5,   5,  2;
  16,  23, 14,  5;
  62, 106, 93, 49, 15;
  ...
		

Crossrefs

Row sums give A001426.
Main diagonal is A006966(n+1).
Column 1 is A058117.
The labeled version is A058167.

Extensions

a(29)-a(36) from Andrew Howroyd, Jan 27 2022