After looking at the question here Computing summation I wondered if it might be possible to evaluate the following summation with a similar-looking summand term but with $2n$ instead of $2^n$:
$$\sum_{n=1}^{\infty}\frac 1{3^{2n}-3^{-2n}}$$
Although the summand has fewer levels of exponentiation, it may not be as easy to sum. I simulated this on Excel and found that it converges numerically to 0.126391. Would anyone be able to evaluate the summation algebraically?
We have: $$\sum_{n=1}^{+\infty}\frac{1}{9^n-9^{-n}}=\sum_{n=1}^{\infty}\frac{1}{9^n}\cdot\frac{1}{1-\frac{1}{9^{2n}}}=\sum_{n=1}^{+\infty}\sum_{j=0}^{+\infty}\frac{1}{9^{(2j+1)n}}=\sum_{j=0}^{+\infty}\frac{1}{9^{2j+1}-1}=\sum_{m=1}^{+\infty}\frac{d_1(m)}{9^m}$$ where $d_1(m)$ accounts for the number of odd positive divisors of $m$.
I doubt that a "closer" form exists.