To find the first five terms of the sequence defined by an = 3n + 1, we need to substitute the values of n from 1 to 5 into the formula.
- For n = 1:
a1 = 3(1) + 1 = 3 + 1 = 4 - For n = 2:
a2 = 3(2) + 1 = 6 + 1 = 7 - For n = 3:
a3 = 3(3) + 1 = 9 + 1 = 10 - For n = 4:
a4 = 3(4) + 1 = 12 + 1 = 13 - For n = 5:
a5 = 3(5) + 1 = 15 + 1 = 16
Thus, the first five terms of the sequence are 4, 7, 10, 13, and 16.