
Doug C. answered 09/23/23
Math Tutor with Reputation to make difficult concepts understandable
Ln+1 = Ln + 26 (to get the next term of the sequence add 26 to the current term)
L0 = 2 (given)
So,
L1 = 2 + 26 = 28
L2 = 28 + 26 = 54
L3 = 54 + 26 = 80
...
Hopefully you notice that there is a common difference between each term of the sequence (26).
2, 28, 54, 80, ...
An explicit rule for the nth term (where n is 1,2,3,4...):
Ln = 2 + (n -1)26 = 2 + 26n - 26 = 26n - 24
Using the explicit rule:
L1 = 26(1) - 24 = 2
L2 = 26(2) - 24 = 52 - 24 = 28
L3 = 26(3) - 24 = 78 - 24 = 54
L4 = 26(4) - 24 = 104 - 24 = 80
The advantage to defining the arithmetic sequence explicitly is that you can determine any term simply by plugging in the number of the term and evaluating.