Let $a_n$ be the sequence $a_n(k) = (1-{k \over n})^n$ for $k = 0,...,n-1$ and zero subsequently, and $a$ be the sequence $a(k) = e^{-k}$. Note that $0 \le a_n(k) \le a(k)$ for all $k$, and $\lim_n a_k(n) = a_k$. (All sequences concerned are absolutely summable.)
Note that $| \sum_k a(k) - \sum_k a_n(k)| \le \sum_k |a(k)-a_n(k)|$, so if we can show that the latter term has limit zero then we can conclude that $\lim_n \sum_k a_n(k) = \sum_k a(k)$.
Let $\epsilon>0$ and choose $N$ such that $\sum_{k >N} |a(k)| < \epsilon$. Now choose $N' \ge N$ such that for $n \ge N'$ we have
$\sum_{k \le N} |a(k)-a_n(k)| < \epsilon$ (note the summation is over the 'fixed' $N$ not $N'$ here). Then for $n \ge N'$ we have
\begin{eqnarray}
\sum_k |a(k)-a_n(k)| &\le & \sum_{k\le N} |a(k)-a_n(k)| + \sum_{k> N} |a(k)-a_n(k)| \\
& \le & \sum_{k\le N} |a(k)-a_n(k)| + 2\sum_{k> N} |a(k)| \\
&<& 3 \epsilon
\end{eqnarray}
In particular $\lim_n \sum_k a_n(k) = \sum_k a_k$ and in this case the latter is the sum of a geometric series hence equal to ${1 \over 1-{1 \over e}}$.
This is essentially the dominated convergence theorem applied to sequences.