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.

A258017 Number of one-sided fusenes (not necessarily planar) of perimeter 2n, counted up to rotations.

Original entry on oeis.org

0, 0, 1, 0, 1, 1, 3, 3, 16, 23, 80, 183, 564
Offset: 1

Views

Author

Antti Karttunen, Jun 02 2015

Keywords

Comments

This sequence counts fusenes up to rotations, but with no turning over allowed. Fusenes are like polyhexes with additional criteria that no holes are allowed, while 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 A258013 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) - A258018(n).
a(n) >= A258204(n).