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.

A337179 Number of geodetic graphs with n unlabeled vertices.

Original entry on oeis.org

1, 1, 2, 4, 10, 23, 66, 185, 586, 1880, 6360, 21975, 78230, 283087, 1043329, 3895505, 14726263, 56234210, 216719056, 841857211, 3293753840, 12969219563
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. To obtain this sequence, non-isomorphic graphs were generated using Brendan McKay's nauty program, then the geodetic property is checked on this output.

Examples

			For n=4 there are a(4)=4 geodetic graphs: a triangle with another edge attached to one vertex, an edge path of length 3, a tripod of 3 edges joined at a common vertex, and a complete graph on 4 vertices.
                             o
      o               o     /|\
     / \              |    o-|-o
  o-o---o, o-o-o-o, o-o-o,  \|/
                             o
		

Crossrefs

Programs

Extensions

a(12)-a(22) from Florian Stober and Armin Weiß added by Murray Elder, Nov 14 2023
Showing 1-1 of 1 results.