OFFSET
1,3
COMMENTS
These are polyominoes of the Euclidean regular tiling of hexagons with Schläfli symbol {6,3}. This sequence can most readily be calculated by enumerating fixed polyominoes for three situations: 1) fixed polyominoes with a horizontal axis of symmetry along an edge of a cell with no cell centered on that axis, A001207(n/2), 2) fixed polyominoes with a horizontal axis of symmetry that is a diagonal of at least one cell, A347258, and 3) fixed polyominoes with a horizontal axis of symmetry that joins the midpoints of opposite edges of at least one cell, A347257. These three sequences include each achiral polyomino exactly twice. - Robert A. Russell, Aug 24 2021
LINKS
Robert A. Russell, Table of n, a(n) for n = 1..36
Robert A. Russell, Examples for polyominoes with four or fewer cells
FORMULA
MATHEMATICA
A[s_Integer] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[ Import["https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {_, _}][[All, 2]]];
A000228 = A@000228;
A006535 = A@006535;
a /@ Range[20] (* Jean-François Alcover, Feb 22 2020 *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
EXTENSIONS
More terms from Joseph Myers, Sep 21 2002
Name edited by Robert A. Russell, Aug 24 2021
STATUS
approved