implement a unittest for the sum of squares of the first n numbers. Special cases to be checked: n == 0, n == 1, n == 2, n ==3, n == 10.