Suppose $\sum a_n$ is a series with decreasing, nonnegative terms. Define $$s_n = \sum_{k=1}^n a_k = a_1+\cdots +a_n $$ and $$t_n = \sum _{k=0}^n 2^ka_{2^k} = a_1+2a_2+4a_4+\cdots +2^na_{2^n}.$$
Also, $s_n$ is defined for all $n\geq 1$ whereas $t_n$ is defined for all $n\geq 0$. I need to prove that $s_{2^{n+1}-1}\leq t_n$ for all $n\geq 0$.
My thinking is to use the fact that $a_n \geq 0$ and that $a_n$ is decreasing. How can I use grouping to compare and make this proof?