A function f is defined recursively by f(1)=1, f(2)=1 and f(n)=f(n−1)−f(n−2)+2n−1 for all integers n≥3. What is f(2020)?
4040
4041
4042
4043
4044