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.

A319491 Number of minimal non-word-representable connected graphs on n vertices.

Original entry on oeis.org

0, 1, 10, 47, 179
Offset: 5

Views

Author

Sergey Kitaev, Sep 20 2018

Keywords

Comments

A simple graph G=(V,E) is word-representable if there exists a word w over the alphabet V such that letters x and y alternate in w iff xy is an edge in E. Word-representable graphs generalize several important classes of graphs.

Examples

			The wheel graph W_5 is the only minimal connected graph on 6 vertices that is not word-representable.
		

Crossrefs

All non-word-representable connected graphs are in A290814.