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.

A347700 Triangle read by rows: For n >= 1, 0 <= k <= n-1, T(n,k) is Sharp's function w_n(k) arising in the calculation of the number of vacuously transitive relations on n points.

Original entry on oeis.org

2, 3, 4, 4, 6, 14, 5, 8, 47, 32, 6, 10, 120, 192, 60
Offset: 1

Views

Author

N. J. A. Sloane, Oct 13 2021

Keywords

Comments

For the precise definition of T(n,k) see Sharp (1973).

Examples

			Triangle begins:
  2;
  3,  4;
  4,  6,  14;
  5,  8,  47,  32;
  6, 10, 120, 192, 60;
...
		

Crossrefs

Row sums are A003041.
Showing 1-1 of 1 results.