Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)

Revision History for A293510

(Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A293510 Number of connected minimal covers of n vertices.
(history; published version)
#4 by N. J. A. Sloane at Fri Oct 20 15:41:57 EDT 2017
STATUS

proposed

approved

#3 by Gus Wiseman at Wed Oct 11 03:10:53 EDT 2017
STATUS

editing

proposed

#2 by Gus Wiseman at Wed Oct 11 02:59:51 EDT 2017
NAME

allocatedNumber of connected minimal covers forof Gusn Wisemanvertices.

DATA

1, 1, 1, 4, 23, 241, 3732, 83987, 2666729, 117807298, 7217946453, 612089089261, 71991021616582, 11761139981560581, 2675674695560997301, 849270038176762472316, 376910699272413914514283, 234289022942841270608166061, 204344856617470777364053906796

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

Cf. A030019, A046165, A048143, A275307, A283877.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Oct 11 2017

STATUS

approved

editing

#1 by Gus Wiseman at Wed Oct 11 02:59:51 EDT 2017
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 21 17:11 EDT 2024. Contains 375353 sequences. (Running on oeis4.)