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.

A079473 Number of prime graphs on n vertices. (G is prime iff G has no module. Modules are also called homogeneous sets.)

Original entry on oeis.org

0, 0, 0, 1, 4, 26, 260, 4670, 145870, 8110356, 804203096
Offset: 1

Views

Author

Jim Nastos, Jan 15 2003

Keywords

Comments

A set of vertices S is called a module if every vertex outside S either sees all vertices in S or none of them. S must be > 1 and < size of the graph.

Examples

			The smallest prime graph and only one on 4 vertices is the 4-path. The 4 graphs on 5 vertices are: P5, C5, House and Bull.
		

Extensions

a(10) and a(11) added using tinygraph by Falk Hüffner, Jan 15 2016