As stated above, the series is:
1 + 2 - 3 + 4 - 5 + 6 - 7 + 8 - 9 + 10 - 11 + 12 - 13 + 14 - 15 . . . ± (n - 1) ∓ n
What would the sigma notation be for this series, starting at 1, ending at n?
Thank you very much for your time!
|
As stated above, the series is: 1 + 2 - 3 + 4 - 5 + 6 - 7 + 8 - 9 + 10 - 11 + 12 - 13 + 14 - 15 . . . ± (n - 1) ∓ n What would the sigma notation be for this series, starting at 1, ending at n? Thank you very much for your time! |
|||
|
|
|
$$2+\sum_{k=1}^n (-1)^{k}\cdot k$$ |
|||||||||
|
|
A more abstruse solution: $$\sum_{k=1}^n (-1)^{k \cdot \textrm{sgn} (k-1)}k$$ where $\textrm {sgn}$ is the signum function. |
|||
|
|