Suppose graph $G$ is connected bipartite with an even number $n$ of vertices. How can I count the number of such graphs that are not isomorphic?
For example if $n=2$ the answer is $1$, if $n=4$ the answer is $3$, and if $n=6$ the answer is $17$.
I would so appreciate if someone can help me!