A369141 Number of labeled loop-graphs covering a subset of {1..n} such that it is not possible to choose a different vertex from each edge (non-choosable).
0, 0, 1, 25, 710, 29394, 2051522, 267690539, 68705230758, 35184059906570, 36028789310419722, 73786976083150073999, 302231454897259573627852, 2475880078570549574773324062, 40564819207303333310731978895956, 1329227995784915872613854321228773937
Offset: 0
Keywords
Examples
The a(0) = 0 through a(3) = 25 loop-graphs (loops shown as singletons): . . {{1},{2},{1,2}} {{1},{2},{1,2}} {{1},{3},{1,3}} {{2},{3},{2,3}} {{1},{2},{3},{1,2}} {{1},{2},{3},{1,3}} {{1},{2},{3},{2,3}} {{1},{2},{1,2},{1,3}} {{1},{2},{1,2},{2,3}} {{1},{2},{1,3},{2,3}} {{1},{3},{1,2},{1,3}} {{1},{3},{1,2},{2,3}} {{1},{3},{1,3},{2,3}} {{2},{3},{1,2},{1,3}} {{2},{3},{1,2},{2,3}} {{2},{3},{1,3},{2,3}} {{1},{1,2},{1,3},{2,3}} {{2},{1,2},{1,3},{2,3}} {{3},{1,2},{1,3},{2,3}} {{1},{2},{3},{1,2},{1,3}} {{1},{2},{3},{1,2},{2,3}} {{1},{2},{3},{1,3},{2,3}} {{1},{2},{1,2},{1,3},{2,3}} {{1},{3},{1,2},{1,3},{2,3}} {{2},{3},{1,2},{1,3},{2,3}} {{1},{2},{3},{1,2},{1,3},{2,3}}
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..50
Crossrefs
The covering case is A369142.
Programs
-
Mathematica
Table[Length[Select[Subsets[Subsets[Range[n], {1,2}]],Length[Select[Tuples[#],UnsameQ@@#&]]==0&]],{n,0,5}]
Formula
Binomial transform of A369142.
Extensions
a(6) onwards from Andrew Howroyd, Feb 02 2024
Comments