I ran into the series
$$ \sum_{n=0}^{\infty} \frac{3072n^2 + 3072n + 832}{4096n^6 + 12288n^5 + 14592n^4 + 8704n^3 + 2736n^2 + 432n + 27} $$
and I’m trying to figure out one things:
- Is there a nice closed‐form for its sum?
What I’ve tried so far:
For large $n$, the term behaves like
$$ \frac{3072n^2}{4096n^6} \;=\;\tfrac34\,n^{-4}, $$
so since $\sum n^{-4}$ converges, I’m pretty sure the original series converges absolutely.
I thought maybe the denominator factors in a helpful way (e.g.\ $(4n+\alpha)^k$) or that one could write
$$ \frac{3072n^2 + \cdots}{\text{(denominator)}} = A\bigl[f(n)-f(n+1)\bigr], $$
but I haven’t been able to match coefficients or find a telescoping pattern.
I briefly considered expressing the sum in terms of polylogarithms or known zeta‐function values, but didn’t find any standard identity that fits.
Does anyone recognize a trick to turn this into a telescoping sum, or a contour‐integral / root‐of‐unity approach, or something else that gives a closed form? Even a reference to a similar example would be really helpful. Thanks in advance!
Sum[(3072*n^2 + 3072*n + 832)/(4096*n^6 + 12288*n^5 + 14592*n^4 + 8704*n^3 + 2736*n^2 + 432*n + 27), {n, 0, Infinity}]results in $\pi ^3$ in a moment – user64494 Jun 19 '25 at 12:18Sum[(3072*n^2 + 3072*n + 832)/(4096*n^6 + 12288*n^5 + 14592*n^4 + 8704*n^3 + 2736*n^2 + 432*n + 17), {n, 0, Infinity}]//ToRadicals($17$ instead of $27$) which results in $$ -\frac{4}{3}\left(\left(13 \psi ^{(0)}\left(\frac{1}{4} \left(2-\sqrt{1+\sqrt[3]{10}}\right)\right)+\right.\right.\cdots \left.\left.16 \left(-1-\sqrt{1-4 \left(\frac{3}{16}+\frac{\sqrt[3]{5} \left(1+i \sqrt{3}\right)}{16\ 2^{2/3}}\right)}\right)^5\right)\right) $$ – user64494 Jun 19 '25 at 16:11