A303030 Number of unlabeled connected loopless multigraphs with n nodes of degree 3 or less and with single or double edges.
1, 1, 2, 4, 12, 22, 68, 166, 534, 1589, 5464, 18579, 68320, 255424, 1000852, 4018156, 16671976, 70890940, 309439942, 1381815168, 6310880471, 29428287639, 140012980007, 678970863717, 3353545264060, 16857749613964, 86191265140699, 447951112379963, 2365177154077186
Offset: 0
Keywords
Examples
a(3) = 4 because there are 4 molecules satisfying the above condition: triazane, triazene, triazirine, triazidirine. Note: hydrazoic acid is not counted because there are 2 nitrogens not satisfying the octet rule (one has a positive formal charge and the other one has a negative one). Graphically, a(3) = 4 because there are 4 graphs satisfying the above condition: the linear graph, the linear graph with one double edge, the triangle graph, and the triangle graph with one double edge. - _Michael B. Porter_, Apr 28 2018
Programs
-
nauty
for n in {1..18}; do geng -c -D3 ${n} -q | multig -m2 -D3 -u;done
Formula
a(n) = A243391(n) for n > 2. - Andrew Howroyd, Mar 20 2020
Extensions
a(20)-a(28) from Andrew Howroyd, Mar 20 2020
Comments