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

A005966 Number of trivalent planar loopless multigraphs with 2n nodes.

Original entry on oeis.org

1, 2, 5, 17, 71, 357, 2143, 14960, 116560, 986983, 8874072
Offset: 1

Views

Author

Keywords

References

  • A. T. Balaban, Enumeration of Cyclic Graphs, pp. 63-105 of A. T. Balaban, ed., Chemical Applications of Graph Theory, Ac. Press, 1976; see p. 92.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A000421 (allowing non-planar), A005957 (allowing loops).

Programs

  • nauty
    for n in {1..10}; do geng -cqD3 $[2*$n] | planarg -q | multig -ur3; done # Sean A. Irvine, Oct 25 2016

Extensions

a(7)-a(11) and title improved by Sean A. Irvine, Oct 25 2016
Showing 1-1 of 1 results.