A332760
Triangle of number of connected graphs with n>=2 nodes and maximum degree 1<=k
1, 0, 2, 0, 2, 4, 0, 2, 8, 11, 0, 2, 27, 49, 34, 0, 2, 62, 289, 344, 156, 0, 2, 192, 1735, 4457, 3687, 1044, 0, 2, 529, 11676, 63493, 109623, 63411, 12346, 0, 2, 1731, 87669, 1067440, 3835541, 4540334, 1909186, 274668, 0, 2
Offset: 2
Examples
Triangle starts 1; 0, 2; 0, 2, 4; 0, 2, 8, 11; 0, 2, 27, 49, 34; 0, 2, 62, 289, 344, 156; 0, 2, 192, 1735, 4457, 3687, 1044; 0, 2,...
Links
Formula
T(n,n-1) = A000088(n-1).
T(n,2) = 2 for n>2 as the only possibilities are a cycle graph or a path graph.
Extensions
a(32)-a(48) from Chai Wah Wu, Sep 08 2020