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!)
A327231 Number of labeled simple connected graphs covering a subset of {1..n} with at least one non-endpoint bridge (non-spanning edge-connectivity 1). 8

%I #9 Sep 11 2019 19:41:11

%S 0,0,1,3,18,250,5475,191541,11065572,1104254964,201167132805,

%T 69828691941415,47150542741904118,62354150876493659118,

%U 161919876753750972738791,827272271567137357352991705,8331016130913639432634637862600,165634930763383717802534343776893928

%N Number of labeled simple connected graphs covering a subset of {1..n} with at least one non-endpoint bridge (non-spanning edge-connectivity 1).

%C A bridge is an edge whose removal disconnected the graph, while an endpoint is a vertex belonging to only one edge. The non-spanning edge-connectivity of a graph is the minimum number of edges that must be removed to obtain a graph whose edge-set is disconnected or empty.

%H Andrew Howroyd, <a href="/A327231/b327231.txt">Table of n, a(n) for n = 0..50</a>

%F Binomial transform of A327079.

%e The a(2) = 1 through a(4) = 18 edge-sets:

%e {12} {12} {12}

%e {13} {13}

%e {23} {14}

%e {23}

%e {24}

%e {34}

%e {12,13,24}

%e {12,13,34}

%e {12,14,23}

%e {12,14,34}

%e {12,23,34}

%e {12,24,34}

%e {13,14,23}

%e {13,14,24}

%e {13,23,24}

%e {13,24,34}

%e {14,23,24}

%e {14,23,34}

%t csm[s_]:=With[{c=Select[Subsets[Range[Length[s]],{2}],Length[Intersection@@s[[#]]]>0&]},If[c=={},s,csm[Sort[Append[Delete[s,List/@c[[1]]],Union@@s[[c[[1]]]]]]]]];

%t edgeConnSys[sys_]:=If[Length[csm[sys]]!=1,0,Length[sys]-Max@@Length/@Select[Union[Subsets[sys]],Length[csm[#]]!=1&]];

%t Table[Length[Select[Subsets[Subsets[Range[n],{2}]],edgeConnSys[#]==1&]],{n,0,4}]

%Y Column k = 1 of A327148.

%Y The covering version is A327079.

%Y Connected bridged graphs (spanning edge-connectivity 1) are A327071.

%Y BII-numbers of set-systems with non-spanning edge-connectivity 1 are A327099.

%Y Covering set-systems with non-spanning edge-connectivity 1 are A327129.

%Y Cf. A001187, A052446, A322395, A327072, A327073, A327102.

%K nonn

%O 0,4

%A _Gus Wiseman_, Sep 01 2019

%E Terms a(6) and beyond from _Andrew Howroyd_, Sep 11 2019

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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)