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)$?