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.

A204199 Number of (strictly) 2-connected cubic graphs on 2n nodes.

Original entry on oeis.org

0, 0, 0, 1, 4, 24, 139, 1046, 9398, 101668, 1278335, 18248616, 290147706, 5071909933
Offset: 1

Views

Author

N. J. A. Sloane, Jan 12 2012

Keywords

Comments

The snarkhunter program (see Links) has options "C2" and "C3" for (at least) 2- and 3-connectivity respectively. So a(n) is the difference between the outputs from "./snarkhunter X 3 n C2" and "./snarkhunter X 3 n C3", where X=2n. - Ed Wynn, Jul 22 2023

Examples

			From _Ed Wynn_, Jul 22 2023: (Start)
For n=4, the unique 8-node cubic graph that is strictly 2-connected is:
   o-o
  /| |\
 o-o o-o
  \| |/
   o-o
(End)
		

Crossrefs

Extensions

a(8)-a(14) from Ed Wynn, Jul 22 2023