$G(k) = 2^{(1.5)\cdot 2^k}G(k-1) + \left(2 ^{3 \cdot (2^k)}\right)\left(2 ^{ (2k)}\right) \cdot k$
G(1) = c
I could not get any development that converged into anything. Can you please help to how to start?
EDIT:
I have started with other recurrence relation $T(n) = n^{\frac{3}{2}}T \left(n^{\frac{1}{2}} \right) + n^3 \log^2(n)\log(\log(n))$ and got G(k) after 2 variable replacements. now need to continue with G(k) but I'm stuck here