A369202
Number of unlabeled simple graphs covering n vertices such that it is not possible to choose a different vertex from each edge (non-choosable).
Original entry on oeis.org
0, 0, 0, 0, 2, 13, 95, 826, 11137, 261899, 11729360, 1006989636, 164072166301, 50336940172142, 29003653625802754, 31397431814146891910, 63969589218557753075156, 245871863137828405124380563, 1787331789281458167615190373076, 24636021675399858912682459601585276
Offset: 0
Representatives of the a(4) = 2 and a(5) = 13 simple graphs:
{12}{13}{14}{23}{24} {12}{13}{14}{15}{23}{24}
{12}{13}{14}{23}{24}{34} {12}{13}{14}{15}{23}{45}
{12}{13}{14}{23}{24}{35}
{12}{13}{14}{23}{25}{45}
{12}{13}{14}{25}{35}{45}
{12}{13}{14}{15}{23}{24}{25}
{12}{13}{14}{15}{23}{24}{34}
{12}{13}{14}{15}{23}{24}{35}
{12}{13}{14}{23}{24}{35}{45}
{12}{13}{14}{15}{23}{24}{25}{34}
{12}{13}{14}{15}{23}{24}{35}{45}
{12}{13}{14}{15}{23}{24}{25}{34}{35}
{12}{13}{14}{15}{23}{24}{25}{34}{35}{45}
The complement is counted by
A368834.
A005703 counts unlabeled connected choosable simple graphs, labeled
A129271.
A054548 counts graphs covering n vertices with k edges, with loops
A369199.
Cf.
A000088,
A000612,
A006649,
A001434,
A055621,
A137916,
A137917,
A140638,
A368596,
A369141,
A369146.
-
brute[m_]:=First[Sort[Table[Sort[Sort /@ (m/.Rule@@@Table[{(Union@@m)[[i]],p[[i]]},{i,Length[p]}])], {p,Permutations[Range[Length[Union@@m]]]}]]];
Table[Length[Union[brute /@ Select[Subsets[Subsets[Range[n],{2}]],Union@@#==Range[n] && Length[Select[Tuples[#],UnsameQ@@#&]]==0&]]],{n,0,5}]
A368834
Number of unlabeled simple graphs covering n vertices such that it is possible to choose a different vertex from each edge (choosable).
Original entry on oeis.org
1, 0, 1, 2, 5, 10, 27, 62, 165, 423, 1140, 3060, 8427, 23218, 64782, 181370, 511004, 1444285, 4097996, 11656644, 33243265, 94992847, 271953126, 779790166, 2239187466, 6438039076, 18532004323, 53400606823, 154024168401, 444646510812, 1284682242777
Offset: 0
Representatives of the a(2) = 1 through a(5) = 10 simple graphs:
{12} {12}{13} {12}{34} {12}{13}{45}
{12}{13}{23} {12}{13}{14} {12}{13}{14}{15}
{12}{13}{24} {12}{13}{14}{25}
{12}{13}{14}{23} {12}{13}{23}{45}
{12}{13}{24}{34} {12}{13}{24}{35}
{12}{13}{14}{15}{23}
{12}{13}{14}{23}{25}
{12}{13}{14}{23}{45}
{12}{13}{14}{25}{35}
{12}{13}{24}{35}{45}
The complement is counted by
A369202.
A054548 counts graphs covering n vertices with k edges, with loops
A369199.
-
brute[m_]:=First[Sort[Table[Sort[Sort /@ (m/.Rule@@@Table[{(Union@@m)[[i]],p[[i]]},{i,Length[p]}])], {p,Permutations[Range[Length[Union@@m]]]}]]];
Table[Length[Union[brute /@ Select[Subsets[Subsets[Range[n],{2}]],Union@@#==Range[n] && Length[Select[Tuples[#],UnsameQ@@#&]]!=0&]]],{n,0,5}]
Comments