The sequence defined by the formula an = 6n + 1
can be evaluated by substituting the values of n
starting from 1. Here’s how to find the first five terms:
- For n = 1:
a1 = 6(1) + 1 = 6 + 1 = 7
- For n = 2:
a2 = 6(2) + 1 = 12 + 1 = 13
- For n = 3:
a3 = 6(3) + 1 = 18 + 1 = 19
- For n = 4:
a4 = 6(4) + 1 = 24 + 1 = 25
- For n = 5:
a5 = 6(5) + 1 = 30 + 1 = 31
Thus, the first five terms of the sequence are:
- a1 = 7
- a2 = 13
- a3 = 19
- a4 = 25
- a5 = 31
This results in the sequence: 7, 13, 19, 25, 31.