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.
%I A346799 #30 Apr 15 2023 14:35:11 %S A346799 1,1,2,3,7,10,24,36,86,133,314,499,1164,1888,4366,7192,16522,27548, %T A346799 62954,106004,241203,409492,928376,1587151,3586999,6169400,13904736, %U A346799 24041597,54053950,93896826,210654990,367450477,822754494 %N A346799 Number of fixed polyominoes with n cells that have a horizontal axis of symmetry that passes through the centers of cells. %C A346799 This is one of three sequences needed to calculate the number of achiral polyominoes, A030227. The three sequences together contain exactly two copies of each achiral polyomino. This is the FL sequence in the Shirakawa link. The sequence can be quickly calculated using Redelmeier's method; each polyomino cell in the lowest row is counted as one, while all the other polyomino cells are counted as two. Jensen's transfer matrix method (see Knuth POLYNUM program) could be modified to enumerate this sequence for over 100 terms; one needs only to keep track of the number of polyomino cells in the original row. %C A346799 _John Mason_ has pointed out that a(n) is also the number of achiral (2n)-ominoes with twofold rotational symmetry centered at the center of an edge. Just add to each polyomino its reflection in its leftmost edge to obtain these, the subset of A056877 with edge centers. - _Robert A. Russell_, Dec 15 2021 %H A346799 John Mason, <a href="/A346799/b346799.txt">Table of n, a(n) for n = 1..50</a> (terms 1..47 from Robert A. Russell). %H A346799 D. E. Knuth, <a href="http://www-cs-faculty.stanford.edu/~knuth/programs.html#polyominoes">Program</a> %H A346799 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. %H A346799 Toshihiro Shirakawa, <a href="https://www.gathering4gardner.org/g4g10gift/math/Shirakawa_Toshihiro-Harmonic_Magic_Square.pdf">Enumeration of Polyominoes considering the symmetry</a>, April 2012, pp. 3-4. %F A346799 a(n) = A351127(n) + 2 * A351190(n) + A346799(n / 2) + 2 * A349328(n), setting A346799(n / 2) = 0 for noninteger arguments. - _John Mason_, Mar 13 2023 %e A346799 For a(5)=7, the polyominoes are: X %e A346799 X X XX XX X X %e A346799 XXX XXX X X XXX XXXXX X %e A346799 X X XX XX X X %e A346799 X %Y A346799 Cf. A030227, A056877, A346800. %K A346799 nonn %O A346799 1,3 %A A346799 _Robert A. Russell_, Aug 04 2021