login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A360420
a(n) = the number of Z-frame polyominoes with n cells, reduced for symmetry.
4
0, 0, 0, 1, 2, 6, 10, 19, 27, 43, 58, 85, 105, 143, 175, 226, 266, 334, 386, 475, 534, 641, 717, 854, 933, 1092, 1187, 1385, 1482, 1713, 1820, 2091, 2203, 2511, 2637, 2998, 3110, 3516, 3647, 4118, 4226, 4761, 4865, 5461, 5576, 6221, 6319, 7088, 7138, 7953
OFFSET
1,5
COMMENTS
A Z-frame polyomino has a perimeter that forms a self-avoiding polygon such that as you traverse the perimeter counterclockwise you encounter turns in the order LLLRLLLR.
LINKS
Andrew Howroyd, Formula and PARI Program, 2023.
John Mason, Examples
FORMULA
a(n) <= A028247(n). - Andrew Howroyd, Feb 08 2023
EXAMPLE
a(4)=1 because of:
OO
OO
PROG
(PARI) seq(50) \\ See Links - Andrew Howroyd, Feb 08 2023
CROSSREFS
KEYWORD
nonn
AUTHOR
John Mason, Feb 06 2023
EXTENSIONS
Terms a(19) and beyond from Andrew Howroyd, Feb 08 2023
STATUS
approved