See for example here: https://en.wikipedia.org/wiki/Graph_enumeration
I would have thought (naively) that the number of graphs on $n$ vertices would only grow as $\mathscr{O}\left( _nC_2\right)$, but it clearly grows much faster. Even the number of trees blows up faster than the factorial.
https://en.wikipedia.org/wiki/Cayley%27s_formula
Why does the number of graphs blow up so much faster than almost anything else?
I would have thought it would have just been a question of selecting which 2 vertices of $n$ to connect with an edge, which seemingly can be done with $\mathscr{O}\left( _nC_2\right)$ time. What am I missing?