I came up with this problem during shortening my road to an university on a car park.
We will build a sequence of geometrical figures. As sequence's first element let's consider a square with a side equal to $1$. Each $n+1$ element of a sequence is created from $n$-th element by dividing each side facing "up" or "right" on half and turning each "up-right" corner into "down-left" (check the image).
We know that each element has a cuircuit equal to $4$. But the field is constantly decreasing and it's easy to spot that the lower bound of the field is equal to $\frac{1}{2}$.
The question is: can we say that the limit of these figueres is equal to rectangular triangle (can we say about a limit of figures at all)?
If yes, then if we build a numerical sequence $a_k = $ cuircuit of $k$-th figure, we will get a $a_k = 4, \forall k \in \mathbb{R} $, but $\lim_{k\rightarrow \infty} a_k = 2+\sqrt2$ ?