Write the first five terms of the arithmetic sequence define
Write the first five terms of the arithmetic sequence defined recursively.
a1 = 5, an + 1 = an + 5
a1 =
a2 =
a3 =
a4 =
a5 =
| a1 = | |
| a2 = | |
| a3 = | |
| a4 = | |
| a5 = |
Solution
a1 = 5
an + 1 = an + 5
a2 = a1 + 5 = 10
a3 = a2 + 5 = 15
a4 = a3 + 5 = 20
a5 = a4 + 5 = 25
