I defined an expression like
e=Exp[Sum[t[s]/s! x^s,{s,∞}]]
I would like to compute
D[e,t[3]]
for instance. Of course Mathematica gives me zero because it doesn't expand the series. Is there an elegant way to get the result (which in this case is trivial to get by hands)?