cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A121251 Number of labeled graphs without isolated vertices and with n edges.

Original entry on oeis.org

1, 1, 6, 62, 900, 16824, 384668, 10398480, 324420840, 11472953760, 453518054216, 19815916826160, 948348447031440, 49334804947402800, 2771902062752597520, 167281797371598801136, 10791777047497882651296, 741135302021991803931360, 53983717302568691555767360
Offset: 0

Views

Author

Vladeta Jovovic, Aug 22 2006, Sep 19 2006

Keywords

Comments

a(n) ~ C0*(C1*n)^n, where C0 = 1/2^(1+log(2)/4)/log(2) = 0.63970540489176946794... and C1 = 2/(log(2))^2/exp(1) = 1.5313857152078346894..., [Bender et al.]

References

  • E. A. Bender, E. R. Canfield and B. D. McKay, The asymptotic number of labeled

Crossrefs

Cf. A006129.

Formula

a(n) = Sum_{m>=0} binomial(binomial(m,2),n)/2^(m+1). Column sums of A054548.

Extensions

More terms from Max Alekseyev, Aug 23 2006