[go: up one dir, main page]

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 A327227 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A327227 Number of labeled simple graphs covering n vertices with at least one endpoint/leaf.
(history; published version)
#12 by Alois P. Heinz at Mon Jan 11 15:11:55 EST 2021
STATUS

reviewed

approved

#11 by Michel Marcus at Mon Jan 11 14:41:40 EST 2021
STATUS

proposed

reviewed

#10 by Andrew Howroyd at Mon Jan 11 13:57:49 EST 2021
STATUS

editing

proposed

#9 by Andrew Howroyd at Mon Jan 11 13:40:47 EST 2021
CROSSREFS

Column k=1 of A327366.

#8 by Andrew Howroyd at Mon Jan 11 13:23:42 EST 2021
CROSSREFS

The unlabeled version is A324693.

#7 by Andrew Howroyd at Mon Jan 11 13:17:58 EST 2021
LINKS

Andrew Howroyd, <a href="/A327227/b327227.txt">Table of n, a(n) for n = 0..50</a>

STATUS

approved

editing

#6 by Susanna Cuyler at Sun Sep 01 22:05:23 EDT 2019
STATUS

proposed

approved

#5 by Gus Wiseman at Sun Sep 01 20:48:20 EDT 2019
STATUS

editing

proposed

#4 by Gus Wiseman at Sun Sep 01 20:46:36 EDT 2019
NAME

Number of labeled simple graphs covering n vertices with at least one endpoint or /leaf.

#3 by Gus Wiseman at Sun Sep 01 15:16:10 EDT 2019
NAME

allocatedNumber of labeled simple graphs covering n vertices with at least one forendpoint Gusor Wisemanleaf.

DATA

0, 0, 1, 3, 31, 515, 15381, 834491, 83016613, 15330074139, 5324658838645, 3522941267488973, 4489497643961740521, 11119309286377621015089, 53893949089393110881259181, 513788884660608277842596504415, 9669175277199248753133328740702449

OFFSET

0,4

COMMENTS

Covering means there are no isolated vertices.

A leaf is an edge containing a vertex that does not belong to any other edge, while an endpoint is a vertex belonging to only one edge.

Also graphs with minimum vertex-degree 1.

FORMULA

Inverse binomial transform of A245797, if we assume A245797(0) = 0.

EXAMPLE

The a(4) = 31 edge-sets:

{12,34} {12,13,14} {12,13,14,23}

{13,24} {12,13,24} {12,13,14,24}

{14,23} {12,13,34} {12,13,14,34}

{12,14,23} {12,13,23,24}

{12,14,34} {12,13,23,34}

{12,23,24} {12,14,23,24}

{12,23,34} {12,14,24,34}

{12,24,34} {12,23,24,34}

{13,14,23} {13,14,23,34}

{13,14,24} {13,14,24,34}

{13,23,24} {13,23,24,34}

{13,23,34} {14,23,24,34}

{13,24,34}

{14,23,24}

{14,23,34}

{14,24,34}

MATHEMATICA

Table[Length[Select[Subsets[Subsets[Range[n], {2}]], Union@@#==Range[n]&&Min@@Length/@Split[Sort[Join@@#]]==1&]], {n, 0, 5}]

CROSSREFS

The non-covering version is A245797.

The generalization to set-systems is A327229.

BII-numbers of set-systems with minimum degree 1 are A327105.

Cf. A001187, A006129, A059166, A059167, A100743, A136284, A327079, A327098, A327103, A327228, A327230.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Sep 01 2019

STATUS

approved

editing

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 29 11:24 EDT 2024. Contains 375516 sequences. (Running on oeis4.)