Find:
A) $\sum_{i \geq j \leq k} \frac{1}{3^i 4^j 5^k}$ $i,j,k$ vary from $[0,\infty)$
B) $\sum_{i<j<k} \frac{1}{3^i 3^j 3^k}$ $i,j,k$ vary from $[0,\infty)$
My method as both are dependent summation , but second one is symmetric with the variables (function wise $\frac{1}{3^x}$ only ) so i thought maybe solving B gives hint for A) :for B) i can use the method as we do for two variable case , we know the product of those terms if they(variables) were all independent would be having these order of subscripts in the terms : $i=j=k , i<j>k,i<j<k,i<j=k,i>j>k,i>j=k,i>j<k ,i=j>k, i=j<k$ we can argue that product of the terms of forms $i<j<k$ would be same as $i>j>k$ as symmetric . Similarily for $i>j =k$ and $i=j<k$ and $i=j>k$ , $i<j=k$ So we get total sum for independent one to be equal to these individual order terms : $2(i=j<k) + 2(i=j>k) + (i=j=k) + 2(i<j<k) + (i<j>k) + (i>j<k)$ , we wanted the fourth sum in the above for B part , but for that i need to evaluate others how would i do so ? Or there is a different approach to one can think of too ?