First of all: beginner here, sorry if this is trivial.
We know that $ 1+2+3+4+\ldots+n = \dfrac{n\times(n+1)}2 $ .
My question is: what if instead of moving by 1, we moved by an arbitrary number, say 3 or 11? $ 11+22+33+44+\ldots+11n = $ ? The way I've understood the usual formula is that the first number plus the last equals the second number plus second to last, and so on. In this case, this is also true but I can't seem to find a way to generalize it.
This a question of notation.
$1+2+3+4+\dots+n$ is a notation for $\sum_{k=1}^n k$
I assume that $11+22+33+44+\dots+11\times n$ is a notation for $\sum_{k=1}^n 11\times k$
in this case, you just get : $$ \sum_{k=1}^n 11\times k = 11 \times \sum_{k=1}^n k = 11 \frac{n(n+1)}{2}$$
with any $M=3$ or $11$, you get $\sum_{k=1}^n M\times k= M \times \sum_{k=1}^n k$