Hi there say I have the following two sums:
$$A=\sum_{k=0}^{n}k$$
$$B=\sum_{k=0}^{n}2 \cdot k$$
where $n \rightarrow \infty$, should I write that as
$$A=\sum_{k=0}^{n} k, \quad n \rightarrow \infty$$
$$B=\sum_{k=0}^{n} 2 \cdot k, \quad n \rightarrow \infty$$
or is there a better way of writing it?
$A=\sum^{\infty}_{k=0} k$ and similarly for $B$.