OFFSET
0,10
COMMENTS
These are connected, undirected, simple cubic graphs where each vertex has either the first or the second color. Row n has 2n+1 entries, 0<=f<=2n. The column f=0 (1, 0, 2, 5,...) counts the cubic graphs (A002851). The column f=1 (0, 1, 2, 10, 64, 490...) counts the rooted cubic graphs.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..440 (rows 0..20)
FORMULA
T(n,f) = T(n,2n-f).
EXAMPLE
The triangle starts:
0 vertices: 1;
2 vertices: 0, 0, 0;
4 vertices: 1, 1, 1, 1, 1;
6 vertices: 2, 2, 5, 5, 5, 2, 2;
8 vertices: 5, 10, 31, 46, 63, 46, 31, 10, 5;
10 vertices: 19, 64, 248, 542, 931, 1052, 931, 542, 248, 64, 19;
KEYWORD
nonn,tabf
AUTHOR
R. J. Mathar, Nov 03 2018
EXTENSIONS
Terms a(49) and beyond from Andrew Howroyd, Mar 11 2023
STATUS
approved