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.

A140636 Number of connected graphs on n unlabeled nodes that contain at least two cycles.

Original entry on oeis.org

0, 0, 0, 2, 13, 93, 809, 11005, 260793, 11715808, 1006698524, 164059824899, 50335907853919, 29003487462805642, 31397381142761123838, 63969560113225175845492, 245871831682084026518599099, 1787331725248899088890197955308, 24636021429399867655322650752269938
Offset: 1

Views

Author

Washington Bomfim, May 20 2008

Keywords

Comments

Original name: number of unlabeled complex components with n nodes.
We can find in "The Birth of the Giant Component", p. 2, see the first link:
"As each of the random graphs evolved, the story went, never once was there more than a single 'complex' component; i.e. there never were two or more components present simultaneously that were neither trees nor unicyclic."
So a complex component is a connected graph that is neither a tree nor an unicyclic graph.

Examples

			a(4) = 2. See the two complex components with 4 nodes in the Sloane illustration.
		

Crossrefs

The labeled version is A140638.

Formula

a(n) = A001349(n) - A005703(n).
a(n) = A001349(n) - A000055(n) - A001429(n).

Extensions

Name changed by Andrew Howroyd, Jan 16 2022