OFFSET
0,4
COMMENTS
Polyominoes with n cells and at least one line of reflection symmetry. - Joshua Zucker, Mar 08 2008
This sequence can most readily be calculated by enumerating fixed polyominoes for three different axes of symmetry: 1) a line composed of the diagonals of cells, A346800, 2) a line composed of edges of cells, and 3) a line composed of lines connecting the centers of adjacent cells, A346799. For the second case, any fixed polyomino just touching the edge line is reflected on the other side, so that sequence is A001168(n/2) for even values of n and zero otherwise. These three sequences together include each achiral polyomino exactly twice. - Robert A. Russell, Aug 04 2021
LINKS
John Mason, Table of n, a(n) for n = 0..50 (terms 1..48 from Robert A. Russell.)
D. H. Redelmeier, Counting polyominoes: yet another attack, Discrete Math., 36 (1981), 191-203.
Toshihiro Shirakawa, Enumeration of Polyominoes considering the symmetry, April 2012, pp. 3-4.
FORMULA
EXAMPLE
For a(4)=3, the achiral tetrominoes are a 2 X 2 square, a 1 X 4 rectangle, and a cell plus three cells adjacent to it (forming a shortened T).
MATHEMATICA
Array[a, 45] (* Jean-François Alcover, Sep 08 2019, after Andrew Howroyd *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(23)-a(36) from Andrew Howroyd, Dec 04 2018
Name edited by Robert A. Russell, Feb 03 2019
Offset changed to 0, and a(0) added by John Mason, Jan 12 2023
STATUS
approved