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.

A052453 Number of nonisomorphic (3,n) cage graphs.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 18, 3, 1, 1
Offset: 3

Views

Author

Keywords

Comments

A (3,n) cage graph is a 3-regular (or cubic, or trivalent) graph which has girth n, and has the fewest possible number of vertices. - Harry Richman, Jan 14 2025

Examples

			a(3) = 1 since the complete graph K_4 is the unique smallest cubic graph with girth 3.
a(5) = 1 since the Petersen graph is the unique smallest cubic graph with girth 5.
a(12) = 1 from the unique generalized hexagon of order 2.
		

Crossrefs

Cf. A000066 (size of these graphs).

Extensions

a(11) from Brendan McKay and W. Myrvold