OFFSET
1,5
COMMENTS
Such graphs are also referred to (e.g., by Hendrickson & Parks) as carbon skeletons with two rings, or bicyclic skeletons, although actual number of simple cycles in such graphs can exceed 2 (e.g., in the example). - Andrey Zabolotskiy, Nov 24 2017
Terms computed with nauty agree at least to a(20) with those computed by formula and sequences A125669, A125670, A125671, A305132. - Andrew Howroyd, May 26 2018
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.
FORMULA
EXAMPLE
The only such graph for n = 4 is:
o-o
|/|
o-o
PROG
(nauty/bash)
for n in {4..15}; do geng -c -D4 ${n} $((n+1)):$((n+1)) -u; done # Andrey Zabolotskiy, Nov 24 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Dec 08 2005
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
STATUS
approved