You can put this solution on YOUR website! You say "assuming the suggested pattern continues," but you've written it such that the sum terminates at 66 (normally one would write "66 + …" if you wanted to continue the pattern beyond 66). Anyway, here is the solution both ways.
—————
Assuming finite sum ending with 66 (probably what you want):
S = -9 + -4 + 1 + 6 + 11 + … + 61 + 66
This is an arithmetic sequence with a common difference of 5.
In this problem, n=16 so you get
—
As an aside, if you wanted the sum itself, it is
and for this problem that would be
—
—————
If you wanted the notation for an infinite sum:
In this case the sum diverges (goes to ) so there is no numerical value.