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.)

This page as a plain text file.
%I A079473 #12 Sep 03 2021 02:01:10
%S A079473 0,0,0,1,4,26,260,4670,145870,8110356,804203096
%N A079473 Number of prime graphs on n vertices. (G is prime iff G has no module. Modules are also called homogeneous sets.)
%C A079473 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.
%H A079473 F. Hüffner, <a href="https://github.com/falk-hueffner/tinygraph">tinygraph</a>, software for generating integer sequences based on graph properties, version 6e0a59d.
%e A079473 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.
%K A079473 more,nonn
%O A079473 1,5
%A A079473 _Jim Nastos_, Jan 15 2003
%E A079473 a(10) and a(11) added using tinygraph by _Falk Hüffner_, Jan 15 2016