login
A326250
Number of weakly nesting simple graphs with vertices {1..n}.
11
0, 0, 0, 3, 50, 982, 32636, 2096723
OFFSET
0,4
COMMENTS
Two edges {a,b}, {c,d} are weakly nesting if a <= c < d <= b or c <= a < b <= d.
FORMULA
Conjecture: A006125(n) = a(n) + A000108(n).
MATHEMATICA
wnsXQ[stn_]:=MatchQ[stn, {___, {x_, y_}, ___, {z_, t_}, ___}/; x<=z<t<=y||z<=x<y<=t];
Table[Length[Select[Subsets[Subsets[Range[n], {2}]], wnsXQ]], {n, 0, 5}]
CROSSREFS
Non-nesting set partitions are A000108.
Non-crossing graphs are A054726.
Nesting digraphs are A326209.
Crossing graphs are A326210.
MM-numbers of nesting multiset partitions are A326256.
Sequence in context: A075184 A337902 A246283 * A308331 A245141 A203239
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Jun 21 2019
STATUS
approved