Irregular triangle read by rows. Properly color the vertices of a simple labeled graph on [n] using exactly n colors c_1<c_2<...<c_n (in other words, use each color exactly once). Orient the edges according to the strict order on the colors. T(n,k) is the number of such graphs with exactly k descents, n>=0, 0<=k<=binomial(n,2).
A381192
Irregular triangle read by rows. Properly color the vertices of a simple labeled graph on [n] using exactly n colors c_1<c_2<...<c_n (in other words, use each color exactly once). Orient the edges according to the strict order on the colors. T(n,k) is the number of such graphs with exactly k descents, n>=0, 0<=k<=binomial(n,2).
Terms
- a(0) =1a(1) =1a(2) =3a(3) =1a(4) =21a(5) =19a(6) =7a(7) =1a(8) =315a(9) =516a(10) =419a(11) =208a(12) =65a(13) =12a(14) =1a(15) =9765a(16) =24186a(17) =31445a(18) =27488a(19) =17538a(20) =8420a(21) =3050a(22) =816a(23) =153a(24) =18a(25) =1a(26) =615195a(27) =2080323a(28) =3769767a(29) =4754751
External references
- oeis: A381192