OFFSET
1,7
COMMENTS
Distribution of carbon skeletons. See the paper by Hendrikson and Parks for details. If n=6 the number of 7-cyclic skeletons is 1. If n=7 the number of 7-cyclic skeletons is 9. If n=10 the number of 7-cyclic skeletons is 18436. - Parthasarathy Nambi, Jan 05 2007
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 7 on page 103.
Michael A. Kappler, GENSMI: Exhaustive Enumeration of Simple Graphs [gives different numbers for n > 10].
PROG
(nauty/bash)
for n in {6..13}; do geng -c -D4 ${n} $((n+6)):$((n+6)) -u; done # Andrey Zabolotskiy, Nov 24 2017
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Jonathan Vos Post, Dec 21 2005
EXTENSIONS
New name, offset corrected, and a(11)-a(14) corrected by Andrey Zabolotskiy, Nov 24 2017
a(15)-a(21) added by Georg Grasegger, Jun 05 2023
STATUS
approved