Solving a recurrence involving binomials.

78 Views Asked by At

Does anybody know how to solve the following recurrence? Maybe with generating functions? Any hint?

$t(n) = 1 + \frac{1}{2^{n-1}} \sum_{i=0}^{n-1} {n \choose i} t(i)$