A290492 Maximal number of binary vectors of length n such that the unions (or bitwise ORs) of any 3 distinct vectors are all distinct.
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14
Offset: 0
Examples
Here is a solution for n=12: {100000001100 000001010001 100101100000 010000110100 000110000101 011100000000 001000101001 000000000000 101010010000 001001000110 000100011010 000010100010 110000000011 010011001000}.
References
- Background: D.-Z. Du and F. K. Hwang, Combinatorial Group Testing and Its Applications, World Scientific, 2nd ed., 2000; see Chap. 7.
Links
- Wikipedia, Disjunct Matrix
Comments