My friend got me on this question of writing the summation, using strictly one summation operator only. So;
$$\sum_{k=0}^n x = 1-2-3-4-5-...$$
So in here what will be the most simplest function or expression for $x$ suitable to get the result? Note that no
$1+\sum_{k=2}^n-k$
or similar expression is allowed as it has a part that is not under a summation operator. This has been a challenge to me honestly. While my work on this was this;
$$\sum_{k=0}^n \frac{\frac{3}{2}-k}{\sqrt{{(\frac{3}{2}-k)}^2}}k = 1-2-3-4-5-...$$
This also kinda looks not neat, I'm also trying to tone it down, so any suggestions?
What about $$\sum_{k=0}^n(-1)^{2^k+1}(k+1)?$$