This might be an easy one, but I cant figure it out.
Given $m$ edges how many connected (non-isomorphic) graphs can be drawn. Ofcourse there are no loops, multiple edges etc.
I tried the recurrence method but introduction of cycles complicate it. Also for a given value of $m$, I might calculate the number of such graphs using sage, but I needed an expression.
Am I missing some obvious counting technique?