Summation of Summation: Calculating p^j*p^i

  • Thread starter Thread starter gmmstr827
  • Start date Start date
  • Tags Tags
    Summation
gmmstr827
Messages
82
Reaction score
1
Calculate the summation of i=1 to inf of the summation of j=i to inf of p^(j+i).
Yes, it is the summation of a summation. p^(j+i) can be separated into (p^j)*(p^i).
 
Physics news on Phys.org
Write k=j-i, then you need to sum p2i+k with k=0 to ∞ and i=1 to ∞.
 
Back
Top