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.

A101204 Triangle read by rows: T(n,k) = number of planar trivalent (or cubic) loopless multigraphs with 2n nodes and exactly k double bonds, for 0 <= k <= n.

Original entry on oeis.org

1, 0, 1, 1, 0, 1, 1, 1, 2, 1, 3, 4, 5, 4, 1, 9, 16, 22, 16, 7, 1, 32, 75, 112, 86, 41, 10, 1, 133
Offset: 0

Views

Author

N. J. A. Sloane, Dec 13 2004

Keywords

Comments

The entries in the first two rows are "by convention".

Examples

			Triangle begins
  1,
  0,  1,
  1,  0,   1,
  1,  1,   2,  1,
  3,  4,   5,  4,  1
  9, 16,  22, 16,  7,  1
 32, 75, 112, 86, 41, 10, 1
133, ...
		

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.

Crossrefs

Row sums give A005966. First column is A005964 (trivalent connected planar graphs with 2n nodes). Second and third columns give A101205, A101206.
Showing 1-1 of 1 results.