From the problem, we have :
[tex]f(n)=f(n-1)+8[/tex]When substituting n = 1
[tex]\begin{gathered} f(1)=f(1-1)+8 \\ f(1)=f(0)+8 \end{gathered}[/tex]Substitute f(0) = 0
[tex]f(1)=0+8[/tex]Substitute n = 2
[tex]\begin{gathered} f(2)=f(2-1)+8 \\ f(2)=f(1)+8 \\ f(2)=8+8 \\ f(2)=16 \end{gathered}[/tex]Substitute n = 3
[tex]\begin{gathered} f(3)=f(3-1)+8 \\ f(3)=f(2)+8 \\ f(3)=16+8 \\ f(3)=24 \end{gathered}[/tex]Substitute n =4
[tex]\begin{gathered} f(4)=f(4-1)+8 \\ f(4)=f(3)+8 \\ f(4)=24+8 \\ f(4)=32 \end{gathered}[/tex]The first 4 terms are :
8, 16, 24, and 32