We smooth a sequence, $s_{1}, s_{2}, s_{3}, \ldots,$ by replacing each term $s_{n}$ by $t_{n},$ the average of $s_{n}$ with its neighboring terms
\[t_{n}=\frac{\left(s_{n-1}+s_{n}+s_{n+1}\right)}{3} \text { for } n>1.\]
Start with $t_{1}=\left(s_{1}+s_{2}\right) / 2,$ since $s_{1}$ has only one neighbor. Smooth the given sequence once and then smooth the resulting sequence. What do you notice?
$$0,0,0,18,0,0,0,0 \ldots$$