login
A066040
Triangle of covering numbers T(n,k) = C(n,k,k-3), n >= 4, 4 <= k <= n.
0
1, 2, 1, 2, 3, 1, 2, 3, 4, 1, 2, 4, 4, 5, 1, 3, 5, 7, 6, 6, 1, 3, 6, 10, 10, 8, 7, 1, 3, 7, 11, 17, 16, 10, 8, 1
OFFSET
4,2
COMMENTS
C(v,k,t) is the smallest number of k-subsets of an n-set such that every t-subset is contained in at least one of the k-subsets.
REFERENCES
CRC Handbook of Combinatorial Designs, 1996, p. 263.
W. H. Mills and R. C. Mullin, Coverings and packings, pp. 371-399 of Jeffrey H. Dinitz and D. R. Stinson, editors, Contemporary Design Theory, Wiley, 1992.
EXAMPLE
1; 2 1; 2 3 1; 2 3 4 1; 2 4 4 5 1; ...
CROSSREFS
Sequence in context: A329288 A181845 A183534 * A318806 A066019 A051237
KEYWORD
nonn,tabl,more
AUTHOR
N. J. A. Sloane, Dec 30 2001
STATUS
approved