OFFSET
1,2
COMMENTS
For a graph G with n vertices, consider deleting each vertex in turn (along with any associated edges). The resulting graphs will have n-1 vertices. Count the distinct graphs reached. This sequence gives the sum of this count over all graphs with n vertices.
LINKS
Sean A. Irvine, Illustration of initial terms
Sean A. Irvine, Java program (github)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Sean A. Irvine, Jul 25 2020
STATUS
approved