Given this pattern
$\frac{1}{2},\frac{1}{2}\left(\frac{1}{2}\right)+\frac{1}{2},\frac{1}{2}\left(\frac{1}{2}\left(\frac{1}{2}\right)+\frac{1}{2}\right)+\frac{1}{2}\dots$
In other words $a_1=\frac{1}{2},a_n=\frac{1}{2}a_{n-1}+\frac{1}{2}$
The formula for $a_n=1-\frac{1}{2^n}$
I know a method to solve it from wikipedia given here
And I can see the pattern if I right out the first few terms of the sequence.
Is there any other way of understanding this recurrence relation intuitively or formally?