So I've encountered this one in a problem set and their answer was: $$ n \cdot 2_{\phantom{x}}^{\frac{1}{2}(n-1)(n-2)} $$
They are just getting the total number of graphs of $n-1$ nodes and multiplying it with the number of nodes so one of them at the time is getting the isolated place. Now, I believe, it is clearly wrong since it is counting the same graph multiple times, but I cannot come up with a correct solution.