0

The Erdős–Rényi model $G(n,m)$ gives a random graph on n vertecies with m edges. I'm interested in the number of possible graphs, that can be generated that way.

If you ignore isomorphism, there are quite obvious $nCr(\frac{n(n-1)}{2}, m)$ possible graphs.

From my intuition these graphs should have lot's of isomorphic "copies", which are counted as well. So how many "truly diffrent" (not isomorphic to another) graphs do exist for $G(n.m)$?

1 Answers1

1

Since $G(n,m)$ may produce every graph on $n$ vertices and with $m$ edges, you seem to be simply asking about the number of non-isomorphic graphs with these numbers of vertices and edges. This sounds like a difficult counting problem, but it appears that there is, in fact, a (complicated) closed formula for this number, see this answer on MathOverflow. For concrete examples, see this sequence on OEIS.

Dániel Garamvölgyi
  • 5,020
  • 14
  • 25