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.

A058159 Triangle read by rows: T(n,k) is the number of labeled commutative monoids of order n with k idempotents.

Original entry on oeis.org

1, 2, 2, 3, 18, 6, 16, 180, 144, 36, 30, 2040, 3240, 1740, 380, 360, 43170, 81000, 70740, 31680, 6390, 840, 1400112, 2589510, 2976960, 2055480, 832230, 157962, 15360, 110488616, 117733728, 144285960, 130781280, 79626120, 30004128, 5396888, 68040, 30647444544, 9223088112, 8744866704, 8997002280, 7154708400, 4005012816, 1421659512, 243179064
Offset: 1

Views

Author

Christian G. Bower, Nov 14 2000

Keywords

Examples

			Triangle begins:
    1;
    2,     2;
    3,    18,     6;
   16,   180,   144,    36;
   30,  2040,  3240,  1740,   380;
  360, 43170, 81000, 70740, 31680, 6390;
  ...
		

Crossrefs

Row sums give A058155.
Column 1: A034382.
Main diagonal: A055512.
Cf. A058142 (isomorphism classes), A058157, A058160.

Formula

T(n, k) = A058160(n, k)*n.

Extensions

Terms a(30) and beyond from Andrew Howroyd, Feb 15 2022