A369194 Number of labeled loop-graphs covering n vertices with at most n edges.
1, 1, 4, 23, 199, 2313, 34015, 606407, 12712643, 306407645, 8346154699, 253476928293, 8490863621050, 310937199521774, 12356288017546937, 529516578044589407, 24339848939829286381, 1194495870124420574751, 62332449791125883072149, 3446265450868329833016605
Offset: 0
Keywords
Examples
The a(0) = 1 through a(3) = 23 loop-graphs (loops shown as singletons): {} {{1}} {{1,2}} {{1},{2,3}} {{1},{2}} {{2},{1,3}} {{1},{1,2}} {{3},{1,2}} {{2},{1,2}} {{1,2},{1,3}} {{1,2},{2,3}} {{1},{2},{3}} {{1,3},{2,3}} {{1},{2},{1,3}} {{1},{2},{2,3}} {{1},{3},{1,2}} {{1},{3},{2,3}} {{2},{3},{1,2}} {{2},{3},{1,3}} {{1},{1,2},{1,3}} {{1},{1,2},{2,3}} {{1},{1,3},{2,3}} {{2},{1,2},{1,3}} {{2},{1,2},{2,3}} {{2},{1,3},{2,3}} {{3},{1,2},{1,3}} {{3},{1,2},{2,3}} {{3},{1,3},{2,3}} {{1,2},{1,3},{2,3}}
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n],{1,2}]], Length[Union@@#]==n&&Length[#]<=n&]],{n,0,5}]
Formula
Inverse binomial transform of A369196.
Comments