
David W. answered 08/06/15
Tutor
4.7
(90)
Experienced Prof
Some clarification first --
Some people start sequences using S0, and some use S1. Looks like you are using S0.
The first term is defined by S0=1. Subsequent terms are defined by Sn+1=3Sn + 5, or equivalently, Sn=3Sn-1 + 5.
This produces the sequence:
1 8 29 92 281 848 1549 7652 ...
O.K., you may select the "third iterate."