I was solving "multiple sigma" questions, while I stumbled upon this:
Find $$\sum_{i=0}^n\sum_{j=0}^n\sum_{k=0}^n \frac{1}{3^i3^j3^k} \ ,i\ne j \ne k$$
I'm used to solve double sigma problems (like $\sum_{1\le i<j\le n}\sum i.j$) using triangles like these:
However I'm not sure about how I'm going to construct a cube and splitting it into tetrahedrons(if at all possible)!! Else how do I approach this?
P.S.: The variables are dependent
The answer is $\boxed{\frac{81}{208}}$ when $n\to\infty$

The requitred sum is $$S=(\sum_{0k=0}^{\infty} 3^{-k})^3-3 \sum_{i=0}^{\infty} 9^{-i} \sum_{j=0} 3^{-j} +2 \sum_{k=0}^{\infty} 3^{-3k}$$ $$\implies S=\left(\frac{1}{1-1/3}\right)^3-3\frac{1}{1-1/9}.\frac{1}{1-1/3}+2\frac{1}{1-1/27}=\frac{27}{8}-\frac{81}{16}+\frac{27}{13}=\frac{81}{208}$$
You may see my answer in this post for the explanation:
$\sum_i \sum_j \sum_k (1 \le i \le j \le k \le n) ~~f_i f_j f_k $ in terms of $\sum f_i~, \sum f^2 _i ~\mbox{and}~ \sum f^3 _i $