login
Number of fixed hexagonal polyominoes with n cells that have a horizontal axis of symmetry that is a diagonal of at least one of the n cells.
3

%I #9 Sep 06 2023 13:25:25

%S 1,0,3,1,10,5,40,23,169,107,741,499,3334,2349,15278,11141,71012,53198,

%T 333756,255553,1582885,1234059,7563365,5986757,36367445,29161696,

%U 175810059,142561190,853868747,699179932,4163891024

%N Number of fixed hexagonal polyominoes with n cells that have a horizontal axis of symmetry that is a diagonal of at least one of the n cells.

%C These are polyominoes of the Euclidean hexagonal regular tiling with Schläfli symbol {6,3}. This is one of three sequences needed to calculate the number of achiral polyominoes, A030225. The three sequences together contain exactly two copies of each achiral polyomino. This sequence can be calculated using a modification of Redelmeier's method; one chooses an original cell that is leftmost on and bisected by the axis of symmetry along a horizontal diagonal. Neighbors are added only if their centers are above the axis of symmetry or on the axis of symmetry to the right of the original cell. Cells not centered on the axis of symmetry are counted twice to include their reflections.

%H Robert A. Russell, <a href="/A347258/b347258.txt">Table of n, a(n) for n = 1..36</a>

%H D. H. Redelmeier, <a href="http://dx.doi.org/10.1016/0012-365X(81)90237-5">Counting polyominoes: yet another attack</a>, Discrete Math., 36 (1981), 191-203.

%Y Cf. A001207, A347257, A030225.

%K nonn

%O 1,3

%A _Robert A. Russell_, Aug 24 2021