7

By the test of reason, this series converges. The problem is figuring out which technique to use to calculate your sum.

Thanks for any help.

mrtaurho
  • 16,103
Mathsource
  • 5,393

1 Answers1

5

You can express the sum in terms of the $q$-digamma function $\psi_q(z)$. This isn't a profound simplification, however, because $\psi_q(z)$ is defined as a sum of a similar form: $$ \psi_q(z) = \frac{\partial \log \Gamma_q(z)}{\partial z} = -\log(1-q) + \log(q) \sum_{n=0}^\infty \frac{q^{n+z}}{1-q^{n+z}}. $$ But, for what it's worth, $$ \sum_{n=1}^\infty \frac{1}{3^n-2^n} = \frac{\log3-\psi_{2/3}(\log_{3/2}3)}{\log(3/2)}. $$

Jim Ferry
  • 2,323
  • Who is $\Gamma_q(z)$? – Mathsource Feb 12 '19 at 22:42
  • $\Gamma_q(z)$ is the $q$-gamma function. There are many functions that have "$q$-analogs," and I included the reference to $\Gamma_q(z)$ in order to emphasize that the definition of $\psi_q(z)$ isn't some strange, arbitrary thing, but rather the derivative of $\log \Gamma_q(z)$, in analogy to the definition of the standard digamma function. – Jim Ferry Feb 12 '19 at 22:48