Define the recurrence relation {$a_{n}$} as so:
$$a_{n+1}=\tau(\sum _{ i=1 }^{ n }{ a_{ i } })$$
Where $\tau (n) =\sigma_0 (n)$, and $\sigma_k (n)$ is the divisor function.
For example, if $a_1=6$, the sequence {$a_{n}$} is $6,4,4,4,6,8,6,4,…\dots$
However, is {$a_{n}$} is convergent or divergent?
I thought that it would be divergent. However, while $\sum _{ i=1 }^{ n }{ a_{ i } }$ is always increasing, $\tau (n)$ is not a increasing function, so the problem proved difficult to solve.
I would appreciate any help.
The sequence does not converge. Since it is an integer sequence, if it were convergent, it would be eventually constant, say $a_n = c$ for $n \geqslant N > 1$. Since the values of $\tau$ are strictly positive, we'd have $c > 0$. Let $A = \sum_{n = 1}^{N-1} a_n$. Under the assumption that $a_n = c$ for $N \leqslant n < N + A$ we find
$$a_{N+A} = \tau(A + A\cdot c) = \tau\bigl((c+1)A\bigr) > \tau(A).$$
Thus $(a_n)$ cannot be eventually constant, hence the sequence is divergent.
An interesting question is whether $(a_n)$ is unbounded.