OFFSET
1,3
COMMENTS
G is bipartite iff the vertices can be partitioned into two sets such that all the edges in the graph go from one of these sets to the other. G is cobipartite iff the complement of G is bipartite.
For n >= 5, no graph can be both bipartite and co-bipartite. - Falk Hüffner, Jan 22 2016
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..50
FORMULA
EXAMPLE
Let G be a graph with 5 vertices, 4 of which form a path and the 5th adjacent only to the two vertices in the middle of the path. Then G is not bipartite nor cobipartite because there is a triangle in both G and its complement.
MATHEMATICA
CROSSREFS
KEYWORD
nonn
AUTHOR
Jim Nastos, Jan 24 2003
EXTENSIONS
More terms using formula by Falk Hüffner, Jan 22 2016
Terms a(21) and beyond from Andrew Howroyd, Sep 05 2018
STATUS
approved