Possible Duplicate:
Sum of n consecutive numbers
I am working on engineering problem where I have a series of the form:
$S_N = \sum_{k=1}^{k=N} a_k$
were $a_k = k$. I'm wondering, how do I compute the value of $S_N$ for $N=365$ and what type of series is this?