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.

Showing 1-2 of 2 results.

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

Original entry on oeis.org

0, 1, 2, 4, 14, 57, 341, 2828, 30468, 396150, 5909292, 98101019, 1782392646, 35085504243
Offset: 1

Views

Author

N. J. A. Sloane, Jan 12 2012

Keywords

Crossrefs

Extensions

a(8)-a(10) from S. R. Kingan, Jan 08 2021
a(11)-a(14) from Ed Wynn, Jul 22 2023

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

Original entry on oeis.org

0, 0, 0, 0, 1, 4, 29, 186, 1435, 12671, 131820, 1590900, 21940512, 339723835
Offset: 1

Views

Author

Ed Wynn, Jul 22 2023

Keywords

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
		

Crossrefs

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.
Showing 1-2 of 2 results.