login
Number of fusenes (not necessarily planar) of perimeter 2n, counted up to rotations and turning over.
5

%I #24 Apr 29 2018 02:12:32

%S 0,0,1,0,1,1,3,2,12,14,50,97,313

%N Number of fusenes (not necessarily planar) of perimeter 2n, counted up to rotations and turning over.

%C A fusene is a benzenoid (a polyhex) which has a single component of boundary edges (that is, no holes). Including also geometrically nonplanar configurations allows helicene-like self-touching or self-overlapping structures. Thus this sequence differs from A258206 for the first time at n=13 as here a(13) = 313 [while A258206(13) = 312] because the smallest such nonplanar structure is 26-edge [6]Helicene, which is encoded by one-capped binary code 131821024 (= A258013(875) = A258015(113)). Please see the illustrations at the Wikipedia page. Note that although in their three-dimensional conformation molecules like [6]Helicene and other [n]Helicenes with n >= 6 have two different chiralities (resulting from the handedness of the helicity itself), in this count of abstract combinatorial objects they are considered achiral because of their bilateral symmetry.

%C If one counts these structures by the number of hexes (instead of perimeter length), one obtains sequence 1, 1, 3, 7, 22, 82, ... (probably A108070).

%H Guo, Hansen, Zheng, <a href="http://dx.doi.org/10.1016/S0166-218X(01)00180-9">Boundary uniqueness of fusenes</a>, Discrete Applied Mathematics 118 (2002), pp. 209-222.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Fusene.html">Fusene</a>

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Helicene">Helicene</a>

%F a(n) = (1/2) * (A258017(n) + A258018(n)). [1/2 times the count of one-sided fusenes + the count of fusenes with bilateral symmetry (subset of the former)].

%F Other observations:

%F For all n, a(n) >= A258206(n).

%o (Scheme) (define (A258019 n) (* (/ 1 2) (+ (A258017 n) (A258018 n))))

%Y Cf. A108070, A258017, A258018, A258206.

%K nonn,more

%O 1,7

%A _Antti Karttunen_, Jun 02 2015