So I have this problem I'm stuck on wrapping my head around a particular problem "In the sequence a{n}, let a{0}=2. If a{n+1} = 3 a{n} −1, then what is the value of a3?"
I understand it's following the pattern of each term, and that with Arithmetic sequence a{n-1} means you would use the a{n}...