OFFSET
1,2
COMMENTS
The cells of a polyquarc are quarter circular arcs of equal radii. Two cells are connected if one end from each meet along a common tangent line head to head, so that no cusp is created at the junction. However, such cusps are allowed to exist provided that the polyquarc is connected via non-cusp junctions.
Cells can be represented as integer points in the plane, with the neighbors of (x,y) being (x,y-s), (x-r,y), (x+r,y-s), (x-r,y+s), where r = (-1)^(x mod 2) and s = (-1)^(y mod 2).
LINKS
Pontus von Brömssen, Illustration for n=1..5.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Pontus von Brömssen, Jan 15 2026
EXTENSIONS
a(15)-a(18) from Christian Sievers, Jan 16 2026
STATUS
approved
