You can put this solution on YOUR website! I understand you're asking for the sum of the sequence 1, 2, 3, ..., 60. You can see this is an arithmetic progression and the difference between two terms is 1.
The arithmetic series is given by , where n is the number of terms in the sequence, and is the ith term. This formula is easily derivated when you realize that the sum of the first and last terms in the series is the same as the sum of the second and second to last terms, and so forth (60 + 1 = 61, 2 + 59 = 61, etc.)
Substituting for our peculiar sequence gives us