A function f is defined recursively by f(1)=1, f(2)=2 and f(n)=f(n−1)−f(n−2)+5 for all integers n≥3. What is f(2025)?
1
2
4
6
9