Compute $$\sum_{n=1}^{1010} (-1)^{n+1} \binom{2020-n}{n-1} 2^{2021-2n}.$$
Everything is in the summation
I wanted to test out the first few values but then $2^{2021-2n}$ gets too large.
One thing i noticed was that i could take out the 1 and -1 on odd/even terms respectively and make the summation slightly easier. Something like:$$\sum_{n=1}^{505} \binom{2021-2n}{2n-2} 2^{2023-4n} - \sum_{n=1}^{505} \binom{2020-2n}{2n-1} 2^{2021-4n}$$
would this be the way to go or is this bad? and if yes, how would i continue