Here we have $T(1)=1$ and $$T(n)=T(n-1)+T\left(\left\lfloor\frac{n}{2}\right\rfloor\right)+n.$$ How to show its asymptotics? I suppose it's $n^{\Theta(\log n)}$, but not sure.
For the question here, there's no term $n$ in the summation, and I found it hard to reduce my question to it. Thanks a lot for your help.