number of distinct simple graphs with n vertices?

3.6k Views Asked by At

To calculate simple, labelled graphs is easy with the formula $2^{n(n-1)/2}$, but if we say distinct, then it would certainly be less than it, because some possible situations will be same hence not distinct, how to calculate number of "distinct" graphs?