What is the sequence that has a recursive formula A(n) =A(n-1)+9 where A(1)=5?

To find the terms, substitute the n by 2 (second term):
A(n-1) is the previous number
A(1)= 5
[tex]A(2)=5+9=14[/tex]n 3 third term:
[tex]A(3)=14+9=23[/tex]n 4 fourth term:
[tex]A(4)=23+9=32[/tex]Sequence:
[tex]5,14,23,32,\ldots[/tex]