To find the value of the sum
1≤a<b<c∑2a3b5c1,
we need to consider all possible triples (a,b,c) where a,b,c are positive integers such that a<b<c.
1. **Sum over c:**
For a fixed a and b, c can take any value greater than b. Therefore, the sum over c is:
c=b+1∑∞5c1=5b+11k=0∑∞5k1=5b+11⋅1−511=5b+11⋅45=4⋅5b1.
2. **Sum over b:**
For a fixed a, b can take any value greater than a. Therefore, the sum over b is:
b=a+1∑∞3b1⋅4⋅5b1=41b=a+1∑∞(3⋅5)b1=41b=a+1∑∞15b1=4⋅15a+11k=0∑∞15k1=4⋅15a+11⋅1−1511=4⋅15a+11⋅1415=14⋅15a1.
3. **Sum over a:**
Finally, a can take any positive integer value. Therefore, the sum over a is:
a=1∑∞2a1⋅14⋅15a1=141a=1∑∞(2⋅15)a1=141a=1∑∞30a1=14⋅301k=0∑∞30k1=14⋅301⋅1−3011=14⋅301⋅2930=14⋅291=4061.
The final answer is 4061.