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, Table of n, a(n) for n = 1..1000
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