Consider
$$\sum_{n=0}^{\infty}{2n^2-n+1\over 4n^2-1}\cdot{1\over n!}=S\tag1$$ How does one show that $S=\color{red}0?$
An attempt:
$${2n^2-n+1\over 4n^2-1}={1\over 2}+{3-2n\over 2(4n^2-1)}={1\over 2}+{1\over 2(2n-1)}-{1\over (2n+1)}$$
$$\sum_{n=0}^{\infty}\left({1\over 2}+{1\over 2(2n-1)}-{1\over (2n+1)}\right)\cdot{1\over n!}\tag2$$
$$\sum_{n=0}^{\infty}\left({1\over 2n-1}-{2\over 2n+1}\right)\cdot{1\over n!}=\color{blue}{-e}\tag3$$
Not sure what is the next step...
Hint: \begin{eqnarray} &&\sum_{n=0}^{\infty}{2n^2-n+1\over 4n^2-1}\cdot{1\over n!}\\ &=&\sum_{n=0}^{\infty}{(2n^2+n)-(2n-1)\over 4n^2-1}\cdot{1\over n!}\\ &=&\sum_{n=0}^{\infty}{2n^2+n\over 4n^2-1}\cdot{1\over n!}-\sum_{n=0}^{\infty}{2n-1\over 4n^2-1}\cdot{1\over n!}\\ &=&\sum_{n=1}^{\infty}{1\over 2n-1}\cdot{1\over (n-1)!}-\sum_{n=0}^{\infty}{1\over 2n+1}\cdot{1\over n!} \end{eqnarray} It is easy to check that the first and second series are the same and you can do the rest.