Let be the set of the first positive integers .
Let be the set of all the non-empty subsets of .
Let be the set of all the non-empty subsets of .
An element is a non-empty subset of , so it is itself a set.
From we can construct a graph as follows:
- Each element corresponds to a vertex and labeled with ;
- Two vertices and are connected if .
For example, results in the following graph:
This graph has two connected components.
Let be the number of elements of that have exactly connected components in their graph.
You are given , , , .
Find .
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.