Denote the number of connected graphs of $n$ labelled vertices by $d_n$. Then, as per How to calculate the number of possible connected simple graphs with n labelled vertices we have the recurrence $$ \sum_k \binom{n}{k} k d_k 2^{\binom{n-k}{2}} = n 2^{\binom{n}{2}}. $$ I am looking for an asymptotic formula (or just an asymptotic upper bound) for the sequence $d_n$.
Remarks
- In The asymptotic number of labeled connected graphs with a given number of vertices and edges an asymptotic formula is found for the number of graphs with $n$ labelled vertices and $k$ edges. In principle one could then sum over $k$, but the formula is complicated and this does not seem feasible.
- In generatingfunctionology by H. S. Wilf, Theorem 3.12.1 (downloadable here) the number of labelled trees of $n$ vertices is shown to be $n^{n-2}$, so at least $d_n\geq n^{n-2}$, but how much larger?