A367948 Triangular array read by rows. T(n,k) is the number of strongly connected binary relations on [n] (A186081) with period k, n >= 1, 1<=k<=n.
1, 3, 1, 139, 3, 2, 25575, 103, 12, 6, 18077431, 4815, 230, 60, 24
Offset: 1
Examples
Triangle begins ... 1; 3, 1; 139, 3, 2; 25575, 103, 12, 6; 18077431, 4815, 230, 60, 24; ... T(4,3) = 12. Let A be the strongly connected relation on [4] whose adjacency matrix is {{0,0,0,1},{0,0,0,1},{1,1,0,0},{0,0,1,0}}. It is easy to check that the period of A is 3. Also, G(A) contains two cycles of length 3 so that the GCD of its cycle length is 3. Also {A^i:i>=1} contains the equivalence relation corresponding to the set partition {1,2}{3}{4}. There are 12 relations in the same isomorphism class as A so that T(4,3) = 12.
References
- R. Brualdi and H. Ryser, Combinatorial Matrix Theory, Cambridge Univ. Press, 1991, pages 53-96.
- Ki Hang Kim, Boolean Matrix Theory and Applications, Marcel Dekker, 1982, pages 177-226.
Links
- S. Schwarz, On the semigroup of binary relations on a finite set, Czechoslovak Mathematical Journal, 1970.
Comments