The sum of the first n terms of a certain sequence is n(n+1)(n+2). Find the tenth term of the sequence.
S10 = S9 + a10 a10 = S10 - S9 S10 = 10(11)(12) = 1320
S9 = 9(10)(11) = 990 a10 = 1320 - 990 = 330