Starting to get closer to an ``automated'' approach.
Take .
Imagine recursion unfolding as a tree.
A harder version: T(n) = T(n/3)+T(2n/3)+n.