You can find the general rule in two ways
8 = 1x8, 18 = 2x9, 30 = 3x10, 44 = 4x11, 60 = 5x12 … so in general T(n) = n(n + 7)
Or because the second differences are constant we know it uses squares
8 = 1^2 + 7, 18 = 2^2 + 14, 30 = 3^2 + 21, 44 = 4^2 + 28, 60 = 5^2 + 35 … so in general T(n) = n^2 + 7n