
Doug C. answered 11/14/22
Math Tutor with Reputation to make difficult concepts understandable
This is an arithmetic sequence defined recursively. You are given the first term of the sequence along with a rule for finding the next term of the sequence.
Given a1=2.
Than means a2=a1+2 = 2+2 = 4.
Then:
a3=a2+2 = 4 + 2 = 6
a4=a3+2= 6 + 2 = 8.
So the first 4 terms of the sequence are:
2,4,6,8.
This is an arithmetic sequence with a common difference of 2.
To define the sequence explicitly use:
an=a1+(n-1)d
an=2+(n-1)2 = 2+2n-2= 2n
In other words to find the nth term of this sequence multiply n by 2.
a1=2(1)=2
a2=2(2)=4
a3=2(3)=6
a4=2(4)=8
a450=2(450) = 900