How many labeled graphs there are of order $n$ without any isolated vertices?
By the inclusion-exclusion principle, we have:
$$\sum_{i=0}^n (-1)^i{n\choose i}2^{n-i \choose 2} $$
But is there any closed form for it? Or is there any better solution?