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.

A359704 Minimum number of spanning trees in a 3-connected graph on n nodes.

Original entry on oeis.org

16, 45, 75, 209, 336, 928, 1445, 3965, 6000, 16555
Offset: 4

Views

Author

David Kofoed Wind, Jan 11 2023

Keywords

Comments

The initial terms were found through generating all minimally 3-connected graphs with n vertices for n up to 13 (the 3-connected graphs with fewest spanning trees are minimally 3-connected).

Examples

			a(4) = 16 which is the number of spanning trees in the complete graph on 4 nodes.
		

Crossrefs

Cf. A006290 (3-connected graphs), A199676 (minimally 3-connected graphs).