I've been exploring the collatz conjecture ($3n+1$ problem) as an interest and came up with the following problem. Would greatly appreciate if help could be found!
Typically, for geometric summations to infinity, typical textbooks deal with questions in the form of: $$x = \sum_{i=1}^{\infty}\frac{1}{r^{i}}.$$
I'd like to know what would happen if, instead, the summation was in the form of: $$ x = \sum_{i=1}^{\infty}\frac{1}{r^{i}+k},$$ e.g. $$\frac{1}{3}+\frac{1}{15}+\frac{1}{63}+...$$ for the case of $r=4, k=-1$.
In this case, would it be easy/possible to compute the infinite sum? Unfortunately, I have not even been able to find a name for this kind of problem. Also, given that the infinite sum for $r^i$ converges for positive $r$, this series ought to converge for positive $k$ as well. Whether or not it would converge for negative $k$, however, is another (though also interesting) question.