A367862 Number of n-vertex labeled simple graphs with the same number of edges as covered vertices.
1, 1, 1, 2, 20, 308, 5338, 105298, 2366704, 60065072, 1702900574, 53400243419, 1836274300504, 68730359299960, 2782263907231153, 121137565273808792, 5645321914669112342, 280401845830658755142, 14788386825536445299398, 825378055206721558026931, 48604149005046792753887416
Offset: 0
Keywords
Examples
Non-isomorphic representatives of the a(4) = 20 graphs: {} {{1,2},{1,3},{2,3}} {{1,2},{1,3},{1,4},{2,3}} {{1,2},{1,3},{2,4},{3,4}}
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..200
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n],{2}]], Length[#]==Length[Union@@#]&]],{n,0,5}]
-
PARI
\\ Here b(n) is A367863(n) b(n) = sum(k=0, n, (-1)^(n-k) * binomial(n,k) * binomial(binomial(k,2), n)) a(n) = sum(k=0, n, binomial(n,k) * b(k)) \\ Andrew Howroyd, Dec 29 2023
Formula
Binomial transform of A367863.
Extensions
Terms a(8) and beyond from Andrew Howroyd, Dec 29 2023
Comments