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.

A362740 Dimension of the vector space of 4-invariants on simple 01-labeled graphs on n vertices.

Original entry on oeis.org

2, 5, 11, 26, 58, 131, 283
Offset: 1

Views

Author

Max Alekseyev, May 01 2023

Keywords

Comments

In a 01-labeled graph each vertex v has a label l(v) from the set {0, 1}. The 01-labeled graphs on n vertices are in a one-to-one correspondence with the rooted unlabeled graphs on n+1 vertices (cf. A000666).
An invariant is a function that takes the same values on isomorphic 01-labeled graphs. A 4-invariant f is an invariant such that for any 01-labeled graph G and any pair of vertices A,B connected by an edge in G,
f(G) - f(r(G,A,B)) = f(t(G,A,B)) - f(r(t(G,A,B),A,B)),
where:
r(G,A,B) is a graph obtained from G by removing or adding edge (A,B) when it is present or missing in G, respectively;
t(G,A,B) is a graph H obtained from G by modifying the neighborhood of vertex A: N_H(A) is the symmetric difference of N_G(A) and N_G(B); and if l(B)=1, then also by removing the edge (A,B) and inverting the label l(A) in H.
The 4-invariants on 01-labeled graphs on n vertices form a vector space, whose dimension is given by this sequence.

Crossrefs

Extensions

a(1)-a(5) computed by I. A. Dynnikov.