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!)
A327071 Number of labeled simple connected graphs with n vertices and at least one bridge, or graphs with spanning edge-connectivity 1. 27

%I #14 Feb 09 2020 11:15:06

%S 0,0,1,3,28,475,14736,818643,82367552,15278576679,5316021393280,

%T 3519977478407687,4487518206535452672,11116767463976825779115,

%U 53887635281876408097483776,513758302006787897939587736715,9668884580476067306398361085853696

%N Number of labeled simple connected graphs with n vertices and at least one bridge, or graphs with spanning edge-connectivity 1.

%C A bridge is an edge that, if removed without removing any incident vertices, disconnects the graph. Connected graphs with no bridges are counted by A095983 (2-edge-connected graphs).

%C The spanning edge-connectivity of a graph is the minimum number of edges that must be removed (without removing incident vertices) to obtain a disconnected or empty graph.

%H Jean-François Alcover and Vaclav Kotesovec, <a href="/A327071/b327071.txt">Table of n, a(n) for n = 0..82</a> [using A001187 and b-file from A095983]

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/BridgedGraph.html">Bridged Graph</a>

%F a(1) = 0; a(n > 1) = A001187(n) - A095983(n).

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

%t spanEdgeConn[vts_,eds_]:=Length[eds]-Max@@Length/@Select[Subsets[eds],Union@@#!=vts||Length[csm[#]]!=1&];

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

%Y Column k = 1 of A327069.

%Y The unlabeled version is A052446.

%Y Connected graphs without bridges are A007146.

%Y The enumeration of labeled connected graphs by number of bridges is A327072.

%Y Connected graphs with exactly one bridge are A327073.

%Y Graphs with non-spanning edge-connectivity 1 are A327079.

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

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

%Y Graphs with spanning edge-connectivity 2 are A327146.

%Y Cf. A001187, A001349, A006125, A059166, A322395, A327071, A327077, A327099, A327144.

%K nonn

%O 0,4

%A _Gus Wiseman_, Aug 24 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 16 01:40 EDT 2024. Contains 371696 sequences. (Running on oeis4.)