Given the series
∞∑k=11√k(k2+1)
How can I calculate its exact limit (if that is possible)?
Answer
Rewrite the sum in terms of the zeta function.
The resulting sum is alternating,
∞∑k=11√k(k2+1)=∞∑k=11k3/21(1+1k2)1/2=∞∑k=11k3/2∞∑j=0(−1)jΓ(j+12)j!Γ(12)(1k2)j=∞∑j=0(−1)jΓ(j+12)j!Γ(12)∞∑k=11k2j+3/2=∞∑j=0(−1)j(2j)!(j!)222jζ(2j+32)⏟aj.
In the second step we expanded (1+1/k2)−1/2 in a binomial series.
The last line suggests that there is no nice closed form for the sum.
Unfortunately, the convergence properties of this sum are not much better than the original.
For large j, aj∼1/√j, so the sum goes like ∑j(−1)j/√j.
Let's accelerate the sum using the Euler transform.
Then,
∞∑k=11√k(k2+1)=∞∑n=0(−1)n12n+1n∑k=0(−1)k(nk)an−k⏟bn.
The sum ∑∞n=0bn is not alternating, but has much better convergence properties than the original.
Numerically we find bn∼1/2n.
Below we give the partial sums to 25 digits.
N∑Nn=0bn11.81843977809948417670794922.05220142795591403075706342.21485067671784538684793982.261274490824097920144642162.264052732086094056012626322.264062399012245290957591642.2640623991412210285663281282.264062399141221028592305
Another good approach suggested by @qoqosz in the comments is to estimate the sum with an integral.
That estimate can be improved somewhat by applying the Euler-Maclaurin formula.
The resulting asymptotic series gets us four digits before it starts to diverge.
No comments:
Post a Comment