Sizes of graph classes
Task number: 3595
Consider the set of vertices \(\{1{,}2,…,n\}\). On this set, determine the number of distinct (but mutually isomorphic):
- Variant- Complete graphs \(K_n\). 
- Variant- Paths \(P_n\). 
- Variant- Cycles \(C_n\). 
- Variant- Complete bipartite graphs \(K_{k,n-k}\) depending on \(k\). 
- Variant- Disjoint unions of two complete graphs \(K_k\cup K_{n-k}\) depending on \(k\). 
- Variant- Graphs in which every vertex has degree 1. 



