It is well-known the recursive relation for geometric series is $$a_n=q a_{n-1}.$$ Let $a_1>0$, $\lim_{n\to\infty}a_n<\infty$ iff $q<1$. (We always assume $q>0$. )
Consider the following generalization: $$a_n=q a_{n-1}+ q^2 a_{n-2}.$$ According to Mathematica, the general formula is $$a_n=C_1 \left[q\left(\frac{1+\sqrt{5}}{2}\right)\right]^n +C_2 \left[q\left(\frac{1-\sqrt{5}}{2}\right)\right]^n.$$ First of all, I don't really have an intuition on why the golden ratio enters the formula (except when $q=1$ we have Fibonacci). Second, it is clear whether $\lim_{n\to\infty}a_n$ is finite is no longer determined by $q<1$. In fact, $q$ needs to be much smaller in order to ensure the convergence. Let $a_0=0$ and $a_1>0$, $\lim_{n\to\infty}a_n<\infty$ iff $q<\frac{\sqrt{5}-1}{2}$. Again, I don't really understand this result.
We can further iterate this process and consider the following generalization: $$a_n=\sum_{i=0}^{n-1} q^{n-i} a_i.$$ Let $a_0=0$ and $a_1>0$. By performing numerical simulation, I find $a_n$ still has an exponential form. $\lim_{n\to\infty}a_n<\infty$ iff $q<1/2$. Has this series been studied before and how to prove the above result?
Notice that if we let $\, a_n := q^n b_n\,$ then $\,a_{n-k} = q^{n-k}b_{n-k}\,$ and also $\,q^k a_{n-k} = q^n b_{n-k}.\,$ This implies that $\, a_n=q a_{n-1}+ q^2 a_{n-2}\,$ becomes $\,q^nb_n = q^nb_{n-1} +q^nb_{n-2}\,$ and dividing by the common factor $\,q^n\,$ gives us $\, b_n = b_{n-1} +b_{n-2}\,$ which is the Fibonacci sequence $\,F_n\,$ recursion. The growth rate of $\,F_n\,$ is $\, F_n \sim \frac1{\sqrt{5}}\phi^n\,$ similar to a geometric series. This implies that $\,a_n \to \frac{a_1}{\sqrt{5}} \,$ if $\, q = \frac1{\phi}\,$ and $\,a_n \to 0\,$ if $\,|q| < \frac1{\phi}\,.$
Similarly for any generalization such as the one you proposed. In that case, the recursion is $\,b_n = \sum_{i=0}^{n-1} b_i\,$ whose solution is a multiple of the OEIS sequence A011782 which implies that $\,b_n = 2^{n-2}b_1\,$ if $n>1$ and $\,a_n = (2q)^{n-1}a_1\,$ if $\,n>1.\,$ This explains why the limit of $\,a_n\,$ is $\,a_1\,$ if $\,q=\frac12\,$ and $0$ if $\,|q|<\frac12.$