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

A256411 Triangle read by rows: T(n,k) (1 <= k <= n) = number of ascendingly generated semigroups of order n with k generators.

Original entry on oeis.org

1, 2, 8, 3, 37, 113, 4, 145, 1257, 3492, 5, 452, 9020, 67394, 183732, 6, 1374, 60826, 938194, 6398792, 17061118, 7, 3933, 356023, 30492722, 466578957, 3032145644, 7743056064
Offset: 1

Views

Author

N. J. A. Sloane, Apr 03 2015

Keywords

Examples

			Triangle begins:
  1;
  2,    8;
  3,   37,    113;
  4,  145,   1257,     3492;
  5,  452,   9020,    67394,    183732;
  6, 1374,  60826,   938194,   6398792,   17061118;
  7, 3933, 356023, 30492722, 466578957, 3032145644, 7743056064;
  ...
		

Crossrefs

Main diagonal is A023814. Column 2 is A256412.
Showing 1-1 of 1 results.