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.

A371867 Number of chordal bipartite graphs on n unlabeled vertices.

Original entry on oeis.org

1, 2, 3, 7, 13, 34, 84, 270, 912, 3755, 17169, 90953, 538858, 3586559, 26459702, 215517278, 1925402918, 18785105127, 199301164172
Offset: 1

Views

Author

Brendan McKay, Apr 09 2024

Keywords

Comments

A chordal bipartite graph is a bipartite graph with no induced cycles longer than 4-cycles. Note that this is not the same as a bipartite graph which is chordal, as that would exclude all cycles. This sequence includes disconnected graphs.

Examples

			For n=3, the three examples are the two disconnected graphs and the path.
		

Crossrefs

A371869 Number of 2-connected chordal bipartite graphs on n unlabeled vertices.

Original entry on oeis.org

0, 0, 0, 1, 1, 4, 6, 26, 74, 356, 1655, 9750, 62009, 448498, 3554505, 31000909, 294772655, 3047952802, 34135465140
Offset: 1

Views

Author

Brendan McKay, Apr 09 2024

Keywords

Comments

A chordal bipartite graph is a bipartite graph with no induced cycles longer than 4-cycles. Note that this is not the same as a bipartite graph which is chordal, as that would exclude all cycles.

Examples

			For n=4, the only example is the 4-cycle. For n=5, the only example is K(2,3).
		

Crossrefs

Showing 1-2 of 2 results.