In a previous question I described $n$-robot walks and $(i,j)$-paths:
A [$5$-]robot moves in a series of one-fifth circular arcs (72°), with a free choice of a clockwise or an anticlockwise arc for each step, but no turning on the spot.
Let an $n$-robot be a robot that moves in $1/n$ of a circular arc.
Let an $(i, j)$-path be a path that consists of $i$ clockwise steps, followed by $j$ anticlockwise steps, followed by $i$ clockwise steps, and so on.
I'm interested in computing the area enclosed by such paths, when the circular arc has radius $1$.
I know how to compute very few special cases.
In particular, (if I have done my calculations correctly) the area enclosed by the $(1,2)$-path of the $4$-robot is $16 + \pi$, and the area enclosed by the $(1,3)$-path of the $4$-robot is $12\pi + 3$.
For example, the picture above illustrates the $(1, 2)$-path, $(1, 3)$-path, $(1, 4)$-path,
$(2, 3)$-path, $(2, 4)$-path, and $(3, 4)$-path of a $5$-robot.
How does one compute the area enclosed by any of the above paths? Or even better, how does one compute the area enclosed by an arbitrary $(i,j)$-path for an $n$-robot?

A partial answer, just to start. For your $(1, 2)$-path of a $5$-robot the area is $$ 10\,T_5+5\,C_5, $$ where $T_5$ is the area of an isosceles triangle with two sides of length two and the angle between them of $360°/5$, while $C_5$ is $1/5$ the area of a circle of unit radius.
For a $(1, 3)$-path the pattern is similar, but it is not clear how you want to compute the overlapping region.