A369198 Number of labeled loop-graphs with n vertices and the same number of edges as covered vertices.
1, 2, 6, 30, 241, 2759, 40824, 736342, 15622835, 380668095, 10467815086, 320529284621, 10813165015074, 398413594789777, 15917197015926392, 685312404706694574, 31631317971844128229, 1558017329350990780607, 81567807853701988869120, 4522975947689168088308305
Offset: 0
Keywords
Examples
The a(0) = 1 through a(3) = 30 loop-graphs (loops shown as singletons): {} {} {} {} {{1}} {{1}} {{1}} {{2}} {{2}} {{1},{2}} {{3}} {{1},{1,2}} {{1},{2}} {{2},{1,2}} {{1},{3}} {{2},{3}} {{1},{1,2}} {{1},{1,3}} {{2},{1,2}} {{2},{2,3}} {{3},{1,3}} {{3},{2,3}} {{1},{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[#]==Length[Union@@#]&]],{n,0,5}]
Formula
Binomial transform of A368597.