login
Triangle, read by rows: T(n,k) is the number of labeled order relations on n nodes in which the longest chain has k nodes (n>=1, 1<=k<=n).
8

%I #9 Mar 16 2021 08:29:20

%S 1,1,2,1,12,6,1,86,108,24,1,840,2310,960,120,1,11642,65700,42960,9000,

%T 720,1,227892,2583126,2510760,712320,90720,5040,1,6285806,142259628,

%U 199357704,71310960,11481120,987840,40320,1,243593040,11012710470,21774014640,9501062760,1781015040

%N Triangle, read by rows: T(n,k) is the number of labeled order relations on n nodes in which the longest chain has k nodes (n>=1, 1<=k<=n).

%C Corrects Comtet's table for k=4 and 5 in row n=8.

%H Brendan McKay, <a href="/A342587/b342587.txt">Table of T(n,k) for n = 1..13</a>

%H L. Comtet, <a href="https://archive.org/details/Comtet_Louis_-_Advanced_Coatorics/page/n35/mode/2up">Advanced Combinatorics</a>, Reidel, 1974, p. 60.

%e Triangle T(n,k) (with n >= 1 and 1 <= k <= n) begins as follows:

%e 1;

%e 1, 2;

%e 1, 12, 6;

%e 1, 86, 108, 24;

%e 1, 840, 2310, 960, 120;

%e 1, 11642, 65700, 42960, 9000, 720;

%e 1, 227892, 2583126, 2510760, 712320, 90720, 5040;

%e ...

%Y Cf. A000142 (diagonal), A001035 (row sums), A055531 (k=2), A055532 (k=3), A055533 (subdiagonal), A055534 (subdiagonal), A081064, A342501 (connected).

%K nonn,tabl,nice

%O 1,3

%A _R. J. Mathar_ and _Brendan McKay_, Mar 16 2021