How to work with the double sum?

  • Thread starter Thread starter seanhbailey
  • Start date Start date
  • Tags Tags
    Sum Work
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
seanhbailey
Messages
44
Reaction score
0

Homework Statement



What is [tex]\sum_{n=0}^{\infty} (-1)^n\sum_{k=0}^{n} n!/(n-k)!* ln^{n-k}(2)[/tex]?

Homework Equations





The Attempt at a Solution


How to work with the double sum?
 
Physics news on Phys.org
Could I combine the two sums into one? I am not sure how, but I have a feeling that is what I am supposed to do. Thanks.
 
seanhbailey said:

Homework Statement



What is [tex]\sum_{n=0}^{\infty} (-1)^n\sum_{k=0}^{n} n!/(n-k)!* ln^{n-k}(2)[/tex]?

Homework Equations





The Attempt at a Solution


How to work with the double sum?

seanhbailey said:
Could I combine the two sums into one? I am not sure how, but I have a feeling that is what I am supposed to do.
I don't think you can, but I could be wrong.

I would start expanding it and see if that gets me anywhere. One thing that bothers me is that you will have numerous expressions with ln0(2). I don't know what that means, but maybe it's supposed to represent just plain 2.

If you start expanding the double sum, you get:
(+1)*( 2) ; n = 0
+ (-1)*(1!/1! * ln(2) + 1!/0! * 2) ; n = 1, k = 0, k = 1
+ (+1)*(2!/2! * ln2(2) + 2!/1! * ln(2) + 2!/0! * 2) ; n = 2, k = 0, 1, 2
and so on.
 
I am getting that the sum goes to infinity- is this right?