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.

A105206 Number of edges in a pancyclic graph on n+2 vertices with the fewest possible edges.

Original entry on oeis.org

3, 5, 6, 8, 9, 10, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26
Offset: 3

Views

Author

John C. George (jgeorge(AT)gdn.edu), Walter D. Wallis (wdwallis(AT)siu.edu) and Alison Marr, Apr 12 2005

Keywords

Comments

A graph on n vertices is said to be pancyclic if there are cycles of each length 3, 4, ... n in the graph.

Examples

			For n = 3 the answer is 3; each of the three vertices is connected to each other vertex, forming a 3-cycle. For n = 4 we find it takes five edges and for n = 5 it takes 6.
		

Crossrefs

Different from A080036.

Extensions

a(14)-a(22) by Alison Marr, Aug 22 2011