The question at hand is:
$$ \sum_{n=1}^{1008} \ \frac{2018!}{(2018-2n)!(2n-2)!} = a * 2^{b} $$
where $ a, b > 0$ and GCD of $(a,2)$ = $1$
Find the remainder when $a$ is divided by 1025.
My approach: Evaluating the first few terms, I got:
$$ \frac{2018!}{2016!0!} + \frac{2018!}{2014!2!} + \frac{2018!}{2012!4!} ..... + \frac{2018!}{2!2014!} $$
I know that it's easier to simplify symmetric sums as a part of permuations and combinations but this sum doesn't seem to be symmetric as it's missing the last $ \frac{2018!}{0!2016!} $ term.
I also noticed that the terms follow a pattern like: $$ \binom{2016}{2x} $$ as your $x$ goes from $1$ to $1008$, but I can't seem to get a sense on how to apply that here.
Hint:
$$(a+b)^{2m}+(a-b)^{2m}=?$$
Put $a=b=1,2m=2016$