A358784 Size of largest semigroup generated by three n X n boolean matrices.
2, 16, 440
Offset: 1
Examples
For n = 1 the maximum size is 2, generated by the three matrices [0] and [1] and [1]. For n = 2 the maximum size is 16, generated by the three matrices [[0,1],[1,1]] and [[0,1],[1,0]] and [[0,0],[0,1]]. For n = 3 the maximum size is 440, generated by the three matrices [[0,0,1],[1,0,0],[0,1,0]] and [[0,0,1],[0,1,0],[1,0,1]] and [[0,0,0],[0,0,1],[0,1,0]].
Comments