Double Summation Example of double summations arise in the analysis of nested loops in computed programs. Example ∑i=14∑j=13ij To evaluate the double sum, first expand the inner summation and then the outer summation. Example i=1∑4j=1∑3ij=i=1∑4(i+2i+3i)i=1∑4j=1∑3ij=i=1∑46ii=1∑4j=1∑3ij=6+12+18+24=60