login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A066041
Triangle of covering numbers T(n,k) = C(n,k,k-4), n >= 5, 5 <= k <= n.
0
1, 2, 1, 2, 3, 1, 2, 3, 4, 1, 2, 3, 4, 5, 1, 2, 4, 6, 5, 6, 1, 3, 6, 8, 9, 7, 7, 1, 3, 6, 11, 12, 12, 9, 8, 1
OFFSET
5,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 3 4 5 1; ...
CROSSREFS
Sequence in context: A194905 A243730 A133994 * A194965 A243712 A256553
KEYWORD
nonn,tabl,more
AUTHOR
N. J. A. Sloane, Dec 30 2001
STATUS
approved