cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A258018 Number of fusenes of perimeter 2n (not necessarily planar) with bilateral symmetry, counted up to rotations.

Original entry on oeis.org

0, 0, 1, 0, 1, 1, 3, 1, 8, 5, 20, 11, 62
Offset: 1

Views

Author

Antti Karttunen, Jun 02 2015

Keywords

Comments

This sequence counts fusenes which stay the same when flipped over. Fusenes are like polyhexes with additional criteria that no holes are allowed, but on the other hand, helicene-like self-touching or self-overlapping configurations are included in the count here. Cf. the links and further comments at A258019.
For n >= 1, a(n) gives the total number of terms k in A258015 with binary width = 2n + 1, or equally, with A000523(k) = 2n.

Crossrefs

Formula

Other identities and observations. For all n >= 1:
a(n) = 2*A258019(n) - A258017(n).
a(n) >= A258205(n).