OFFSET
1,4
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..50
EXAMPLE
a(3) = 1 since the only non-bipartite graph on 3 vertices is the triangle.
PROG
(SageMath) def a(n): return len([G for G in graphs(n) if not G.is_bipartite()])
CROSSREFS
KEYWORD
nonn
AUTHOR
Jernej Azarija, Jan 29 2014
EXTENSIONS
More terms from Joerg Arndt, Feb 01 2014
STATUS
approved
