A286874 Maximal number of binary vectors of length n such that the union (or bitwise OR) of any 2 distinct vectors does not contain any other vector.
1, 2, 2, 3, 4, 5, 6, 7, 8, 12, 13, 17, 20, 26
Offset: 0
Examples
Here is a solution for n=9: {110001000 001001010 001100100 100100010 100010100 000010011 101000001 011010000 000111000 010100001 010000110 000001101}.
Links
- Johan V. Dinesen, Lower bound and solution for a(15)
- P. Erdös, P. Frankl and Z. Füredi, Families of finite sets in which no set is covered by the union of two others, J. Combin. Theory, A33 (1982), 158-166.
- Dmitry Kamenetsky, Lower bounds and their solutions for a(12-16)
- W. Kautz and R. Singleton, Nonrandom binary superimposed codes, IEEE Transactions on Information Theory, Volume: 10, Issue: 4, October 1964.
- Wikipedia, Disjunct Matrix
- Wikipedia, Superimposed code
Extensions
a(10)-a(11) from Zhao Hui Du, May 04 2018
a(12)-a(13) from Steinar H. Gunderson, Jul 17 2025
Comments