|
Search: id:A049055
|
|
|
| A049055 |
|
Triangle read by rows, giving T(n,k) = number of k-member minimal ordered covers of a labeled n-set (n > 0, k > 0). |
|
+0 3
|
|
| 1, 1, 1, 2, 1, 12, 6, 1, 50, 132, 24, 1, 180, 1830, 1560, 120, 1, 602, 20460, 60960, 20520, 720, 1, 1932, 201726, 1856400, 2047920, 302400, 5040, 1, 6050, 1832292, 48550824, 155801520, 72586080, 4979520, 40320, 1, 18660, 15717750
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
REFERENCES
|
R. J. Clarke, Covering a set by subsets, Discrete Math., 81 (1990), 147-152.
|
|
EXAMPLE
|
1; 1; 1,2; 1,12,6; 1,50,132,24; ...
|
|
PROGRAM
|
(PARI) {T(n, k)=sum(i=0, k, (-1)^i*binomial(k, i)*(2^k-1-i)^n)} /* Michael Somos Oct 16 2006 */
|
|
CROSSREFS
|
Row sums are A049056.
Sequence in context: A107722 A167128 A048743 this_sequence A008285 A119274 A066991
Adjacent sequences: A049052 A049053 A049054 this_sequence A049056 A049057 A049058
|
|
KEYWORD
|
nonn,tabf,easy,nice
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Michael Somos
|
|
|
Search completed in 0.002 seconds
|