To smooth a sequence, $s_{1}, s_{2}, s_{3}, \ldots,$ we replace 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 $$
We start with $t_{1}=\left(s_{1}+s_{2}\right) / 2,$ since $s_{1}$ has only one neighbor. For Problems $35-37$, smooth the sequence once and then smooth the resulting sequence. What do you notice?
$$0,0,0,18,0,0,0,0 \dots$$