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(2025)?
2023
2024
2025
2026
2027