Here is an interesting construction of a geometric object known as the Koch snowflake. Define a sequence of polygons $S_0$, $S_1$ recursively, starting with $S_0$ equal to an equilateral triangle with unit sides. We construct $S_{n+1}$ by removing the middle third of each edge of $S_n$ and replacing it with two line segments of the same length.
Let $a_n$ be the area of $S_n$. Observe that $a_0$ is just the area of the unit equilateral triangle which by elementary geometry is $\frac{\sqrt{3}}{4}$
Prove by induction that for all $n \geq 0$, the area of the nth snowflake is given by: $$a_n = a_0\left(\frac{8}{5} - \frac{3}{5} \left(\frac{4}{9}\right)^n\right).$$
Let $e_n$ be the number of edges of $S_n$, so that $e_0=3$. At each stage you replace each edge by $4$ edges, so $e_{n+1}=4e_n$, and it’s not hard to see that $e_n=3\cdot4^n$ for each $n$.
Let $t_n$ be the area of one of the triangles added added to get $S_n$; $t_0=a_0=\frac{\sqrt3}4$, and a little thought shows that $t_{n+1}=\frac19t_n$ and hence that $t_n=\frac{a_0}{9^n}$.
Clearly $a_{n+1}=a_n+e_nt_{n+1}$; can you carry out the induction step now?