A364404 Number of (strictly) 1-connected cubic graphs on 2n nodes.
0, 0, 0, 0, 1, 4, 29, 186, 1435, 12671, 131820, 1590900, 21940512, 339723835
Offset: 1
Examples
For n=5, the unique 10-node cubic graph that is strictly 1-connected is: o o /|\ /|\ o-o o-o o-o \|/ \|/ o o
Links
- G. Brinkmann, J. Goedgebeur and B. D. McKay, snarkhunter.
Programs
-
nauty
# The snarkhunter program (see Links) has an option "C2" for (at least) 2-connectivity. So a(n) is the difference between the outputs from "./snarkhunter X 3 ns" and "./snarkhunter X 3 ns C2", where X=2n.