A function f is defined recursively by f(1)=2, f(2)=3 and f(n)=f(n−1)−f(n−2)+n for all integers n≥3. What is f(2020)?
2019
2020
2021
2022
2023