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.

A320727 a(n) is the minimal number of perfect matchings of a graph with 2n vertices that contains exactly three disjoint perfect matchings.

Original entry on oeis.org

3, 4, 5, 6, 6, 8, 9
Offset: 2

Views

Author

Mario Krenn, Oct 20 2018

Keywords

Comments

Take a cycle graph which has two perfect matchings (PM), and add one PM that is disjoint to it. The number of possible PMs one can add is given by A003436. One ends up with a set of three disjoint perfect matchings (where disjoint means that each edge is an element of maximally one PM), but the graph will have more PMs. This sequence describes the minimal number of PMs that such a graph can have.

Crossrefs

Cf. A003436.

Extensions

a(8) from Mario Krenn, Jul 20 2024