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.

A337178 Number of biconnected geodetic graphs with n unlabeled vertices.

Original entry on oeis.org

0, 1, 1, 1, 2, 1, 3, 1, 3, 4, 3, 1, 9, 2, 4, 8, 6, 5, 13, 3, 13, 19, 11, 3, 32
Offset: 1

Views

Author

John Cu and Murray Elder, Jan 28 2021

Keywords

Comments

A graph is geodetic if each pair of vertices is joined by a unique shortest path. A vertex v of a connected graph G is a cut vertex if G-v is disconnected. A connected graph G is biconnected if it has no cut vertices. To obtain this sequence, non-isomorphic (biconnected) graphs were generated using Brendan McKay's nauty program, then the geodetic property was checked on this output.

Examples

			For n=5 there are exactly a(5)=2 biconnected geodetic graphs: a 5-cycle and the complete graph on 5 vertices.
		

Crossrefs

Extensions

a(12)-a(25) from Florian Stober and Armin Weiß added by Murray Elder, Nov 14 2023