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.

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

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 25, 929, 54957, 4880093, 650856040
Offset: 1

Views

Author

Eric Rowland, Aug 11 2017

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. - Sergey Kitaev, Sep 19 2018

Examples

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

Extensions

a(11) from Sergey Kitaev, Sep 19 2018
a(9) corrected by Sergey Kitaev, Sep 20 2018