Question 863863
 If you pile oranges in a pyramid that has 1 orange in the top layer, 4 in the next layer nine in the third layer, and 16 in the fourth layer, how many oranges will you need to make a pile with 10th layer?
--------------------------------
Sum = 1 + 4 + 9 + 16 + ... + 100
-----
Sum = (n(n+1)(2n+1)/6
------
Ans = [10*11*21)/6 = 770
--------------------------------
Cheers,
Stan H.
--------------------