A112410 Number of connected simple graphs with n vertices, n+1 edges, and vertex degrees no more than 4.
0, 0, 0, 1, 5, 17, 56, 182, 573, 1792, 5533, 16977, 51652, 156291, 470069, 1407264, 4193977, 12451760, 36838994, 108656009, 319583578, 937634011, 2744720126, 8018165821, 23379886511, 68056985580, 197800670948, 574068309840, 1663907364480, 4816910618093, 13929036720057
Offset: 1
Keywords
Examples
The only such graph for n = 4 is: o-o |/| o-o
Links
- Andrew Howroyd, Table of n, a(n) for n = 1..200
- J. B. Hendrickson and C. A. Parks, Generation and Enumeration of Carbon skeletons, J. Chem. Inf. Comput. Sci., 31 (1991), 101-107. See Table 2, column 2 on page 103.
- Michael A. Kappler, GENSMI: Exhaustive Enumeration of Simple Graphs.
Crossrefs
Programs
-
nauty
for n in {4..15}; do geng -c -D4 ${n} $((n+1)):$((n+1)) -u; done # Andrey Zabolotskiy, Nov 24 2017
Formula
Extensions
Corrected offset and new name from Andrey Zabolotskiy, Nov 20 2017
a(20) corrected by Andrey Zabolotskiy and Andrew Howroyd, May 26 2018
Terms a(21) and beyond from Andrew Howroyd, May 26 2018
Comments