Problem

ALG-B3-M01-P003 Recursion as a function

#3 Grade 10 Grade 11 ★★☆☆☆ Level 2 of 5

Let \(f:\mathbb N^{*}\to\mathbb Z\), where \(\mathbb N^{*}=\{0,1,2,\ldots\}\), \(f(0)=1\), \(f(n+1)=f(n)+2n+3\). Find \(f(n)\).