Given $$S_n=\sum^{n-1}_{i=0}\sum^{i-1}_{j=0}\sum^{j-1}_{k=0} (i+j+k), $$ there are positive integers $A$ and $B$ such that $$\frac{1}{S_3}+\frac{1}{S_4}+\frac{1}{S_5}+\dots=A-\frac{2\pi^2}{B}$$ Find $A+B$.
MyApproach: I need to solve the innermost summation first and then proceed to the last one. But I did not proceed. The summation for $N$ natural numbers are $n(n+1)/2$.
Any help?