A359686 Triangle read by rows: T(n,k) is the minimum number of connected endofunctions that are spanning subgraphs of a semi-regular loopless digraph on n vertices each with out-degree k.
1, 1, 8, 0, 14, 78, 0, 22, 213, 944, 0, 0, 529, 3400, 13800, 0, 0
Offset: 2
Examples
Triangle begins: 2 | 1; 3 | 1, 8; 4 | 0, 14, 78; 5 | 0, 22, 213, 944; 6 | 0, 0, 529, 3400, 13800; ... In the following examples, the notation 1->{2,3} is shorthand for the set of arcs {(1,2), (1,3)}. T(5,2) = 22 is attained with the digraph described by: 1->{4,5}, 2->{3,5}, 3->{2,4}, 4->{1,3}, 5->{1,2}.
Comments