I am trying to find the partial sum formula of the following series:
∞∑y=14y2−12y+9(y+3)(y+2)(y+1)y
I have tried using Faulhaber's formula without success. I have also tried rewriting the system using partial fraction decomposition to obtain 4 terms. This didn't solve the issue either.
When I use WolframAlpha to evaluate the sum, (or other computational software), it becomes 1/2. Is there some way to derive the this infinite sum to a partial sum formula?
This partial sum formula is according to WolframAlpha:
n3−2n2+3n2(n+1)(n+2)(n+3)
Thank you in advance!
J
Answer
Decompose the fraction on simple elements:
4y2−12y+9(y+3)(y+2)(y+1)y=ay+by+1+cy+2+dy+3
and since the series is convergent then we have a+b+c+d=0. Now the partial sum is
n∑y=1ay+by+1+cy+2+dy+3=an∑y=11y+bn+2∑y=21y+cn+3∑y=31y+dn+4∑y=41y
and the simplification is clear. Can you take it from here?
No comments:
Post a Comment