So if the sum of $n$ integers $\ge 1$ equal $\frac{n(n+1)}2$. Then my book goes on and says $1 + 2 + 3 +\ldots + 2n = \frac{2n(2n + 1) }2$.
I'm confused about what $1 + 2 + 3 + \ldots +2n$ means. If the sequence is $1, 2, 3, 4$ then where does $2n$ have to do with the $n$th number?
The second equality can be understood by letting the number of terms in the second sum be $m$. Here $m=2n$.
$n$ is just a symbol. A sum can be represented in different ways and $n$ can mean different things. In the first case, it means number of terms. In the second second case, it means number of terms divided by $2$.
Hence if $n=4$, $$1+2+ \ldots + n = 1+2+ \ldots + 4=\frac{n(n+1)}2=10$$
If $n=2$,
$$1+2+ \ldots + 2n = 1+2+ \ldots + 4=\frac{(2n)(2n+1)}2=10$$