OFFSET
0,4
COMMENTS
A cover of a finite set S is a finite set of finite nonempty sets with union S. A cover is minimal if removing any edge results in a cover of strictly fewer vertices. A cover is connected if it is connected as a hypergraph or clutter. Note that minimality is with respect to covering rather than to connectedness (cf. A030019).
EXAMPLE
The a(3) = 4 covers are: ((12)(13)), ((12)(23)), ((13)(23)), ((123)).
MATHEMATICA
nn=30; ser=Sum[(1+Sum[Binomial[n, i]*StirlingS2[i, k]*(2^k-k-1)^(n-i), {k, 2, n}, {i, k, n}])*x^n/n!, {n, 0, nn}];
Table[n!*SeriesCoefficient[1+Log[ser], {x, 0, n}], {n, 0, nn}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 11 2017
STATUS
approved