OFFSET
1,6
LINKS
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 5 on page 103.
Michael A. Kappler, GENSMI: Exhaustive Enumeration of Simple Graphs.
PROG
(nauty/bash)
for n in {5..15}; do geng -c -D4 ${n} $((n+4)):$((n+4)) -u; done # Andrey Zabolotskiy, Nov 24 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Dec 21 2005
EXTENSIONS
Corrected offset and new name from Andrey Zabolotskiy, Nov 24 2017
a(16)-a(23) added by Georg Grasegger, Jun 05 2023
STATUS
approved