Is there an exact (and if not, an asymptotic) solution to the following recurrence relation? $$ T(n) = 2^n T(n-1) + 2^n, \text{for } n > 0 $$
If yes, I'd also like to know whether this relation is an instance of a more general class of relations for which you can apply the same technique for solving it.