Given:
We are given the identity involving binomial coefficients:
\[
\sum_{j = 0}^{n} \binom{n}{j} \binom{n}{t + j}
\]
This is a known identity from combinatorics involving sums of products of binomial coefficients.
Standard Identity Used:
There exists a standard identity for sums of this form:
\[
\sum_{j = 0}^{n} \binom{n}{j} \binom{n}{r + j} = \binom{2n}{n + r}
\]
Here, the indices are shifted such that:
- \( C_j = \binom{n}{j} \)
- \( C_{t + j} = \binom{n}{t + j} \)
- So we are summing over \( \binom{n}{j} \binom{n}{t + j} \), from \( j = 0 \) to \( n \)
This directly matches the identity above, with \( r = t \).
Therefore:
\[
\sum_{j = 0}^{n} \binom{n}{j} \binom{n}{t + j} = \binom{2n}{n + t}
\]
Using factorial notation:
\[
\binom{2n}{n + t} = \frac{(2n)!}{(n + t)! (n - t)!}
\]
Final Answer:
\[
\boxed{\frac{(2n)!}{(n - t)! (n + t)!}}
\]