a(1)=11 because the graph G(1) is abcd with edges ab, bc, bd, and cd; there is 1 dominating subset of size 1 ({b}), all binomial(4,2)=6 subsets of size 2 of {a,b,c,d} with the exception of {c,d} are dominating; all binomial(4,3)=4 subsets of size 3 of {a,b,c,d} are dominating; obviously, {a,b,c,d} is dominating; 1+5+4+1 = 11.
a(1) = Det [2, 1, 0; 0, 2, 1; 3, 0, 2] = 11; a(2) = Det [2, 0, 1, 0, 0; 0, 2, 0, 1, 0; 0, 0, 2, 0, 1; 3, 0, 0, 2, 0; 0, 3, 0, 0, 2] = 41; a(3) = Det [2, 0, 0, 1, 0, 0, 0; 0, 2, 0, 0, 1, 0, 0; 0, 0, 2, 0, 0, 1, 0; 0, 0, 0, 2, 0, 0, 1; 3, 0, 0, 0, 2, 0, 0; 0, 3, 0, 0, 0, 2, 0; 0, 0, 3, 0, 0, 0, 2] = 155. -
Philippe Deléham, Jan 19 2024