Sunday, November 29, 2015

Find sum of infinite anharmonic(?) series


I need help with this:


11234+12345+13456 I don't know how to count sum of this series. It is similar to standard anharmonic series so it should have similar solution. However I can't work it out.


Answer



What you're evaluating is the infinite series


n=11n(n+1)(n+2)(n+3).



Since


1n(n+3)=13n13(n+3),


then


1n(n+1)(n+2)(n+3)=13n(n+1)(n+2)13(n+1)(n+2)(n+3).


So your series telescopes to


13(1)(2)(3)=118.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...