Let $X:=\{(a_n)_{n=0}^{\infty}:\sum_{n=0}^{\infty}\lvert a_n \rvert < \infty\}$ be the space of absolutely convergent sequences. Define $l^1$ and $l^{\infty}$ metrics on this space by $$ d_{l^1}((a_n)_{n=0}^{\infty},(b_n)_{n=0}^{\infty}):=\sum_{n=0}^{\infty}\lvert a_n-b_n \rvert, $$ $$ d_{l^{\infty}}((a_n)_{n=0}^{\infty},(b_n)_{n=0}^{\infty}):=\sup_{n \in \mathbb{N}}\lvert a_n-b_n \rvert. $$ To show that there exists sequence $x^{(1)},x^{(2)},\ldots$ of elements in $X$ which are convergent w.r.t. the $d_{l^{\infty}}$ metric but not w.r.t. the $d_{l^1}$ metric. I'm having trouble in constructing an example of such a sequence.
My initial attempt: Given $\epsilon>0$, we can find $N \in \mathbb{N}$ such that $\frac{1}{N}<\epsilon$ (by the archimedean property. Let $x^{(n)}=(x_0^{(n)},x_1^{(n)},\ldots)$ and $x=(x_0,x_1,\ldots)$. I'm considering $x_k^{(n)}=x_k+\frac{1}{N+k+\frac{1}{n}}$ so that the desired conditions hold (about convergence of $x^{(n)}$ to $x$ w.r.t. the two metrics on $X$). But I'm not sure about it. Any help will be much appreciated.