Let $X_1,...,X_n$ be iid Poisson($\lambda$) with $n\geq 4$. We are given the unbiased estimator $T(X)=I(X_1=0 \cap X_2=0 \cap X_3=0)$ for $f(\lambda)=e^{-3\lambda}$, and my task is to derive the Rao-Blackwellized version of this estimator.
I know that $U(X)=\sum_{i=1}^nX_i$ is sufficient for $\lambda$, so for the final estimator, I get the following: $$E[T|U=u]=\frac{(n-3)^u}{n^u}.$$
I got this answer by checking the cases when $U=1$, then $U=2$, etc. and this seemed to be the solution. Does this look correct? Frankly, I’m not used to seeing such an odd looking statistic.