A324328 Number of topologically connected chord graphs on a subset of {1,...,n}.
1, 1, 2, 4, 8, 27, 354
Offset: 0
Examples
The a(0) = 1 through a(5) = 27 graphs: {} {} {} {} {} {} {{12}} {{12}} {{12}} {{12}} {{13}} {{13}} {{13}} {{23}} {{14}} {{14}} {{23}} {{15}} {{24}} {{23}} {{34}} {{24}} {{13}{24}} {{25}} {{34}} {{35}} {{45}} {{13}{24}} {{13}{25}} {{14}{25}} {{14}{35}} {{24}{35}} {{13}{14}{25}} {{13}{24}{25}} {{13}{24}{35}} {{14}{24}{35}} {{14}{25}{35}} {{13}{14}{24}{25}} {{13}{14}{24}{35}} {{13}{14}{25}{35}} {{13}{24}{25}{35}} {{14}{24}{25}{35}} {{13}{14}{24}{25}{35}}
Crossrefs
Programs
-
Mathematica
croXQ[stn_]:=MatchQ[stn,{_,{_,x_,_,y_,_},_,{_,z_,_,t_,_},_}/;x
0]&]},If[c=={},s,csm[Sort[Append[Delete[s,List/@c[[1]]],Union@@s[[c[[1]]]]]]]]]; crosscmpts[stn_]:=csm[Union[Subsets[stn,{1}],Select[Subsets[stn,{2}],croXQ]]]; Table[Length[Select[Subsets[Subsets[Range[n],{2}]],Length[crosscmpts[#]]<=1&]],{n,0,5}]
Formula
Binomial transform of A324327.
Comments