-5, 3, -2, 1, -1, 0 Each term after the first two is the sum of the two preceding terms: (-5) + (3) = (-2) (3) + (-2) = (1) (-2) + (1) = (-1) (1) + (-1) = (0) (-1) + (0) = (-1) (0) + (-1) = (-1) (-1) + (-1) = (-2) etc. [Beginning with the 5th term it becomes the negatives of the Fibbonacci sequence] The general term isand 1, 5, 14, 30, 55 That's the sum of the squares 1² = 1 1²+2² = 1+4 = 5 1²+2²+3² = 1+4+9 = 14 1²+2²+3²+4² = 1+4+9+16 = 30 1²+2²+3²+4²+5² = 1+4+9+16+25 = 55 The general term is Edwin