Trying to formulate a proof for that sequence as practice. After reading this question's answer and lecture on this, I decided to try and practice with this sequence. My try:
Base case $n = 1$
$S(n) = 3^n $
Induction step
$S(n+1) = 3^{n+1}$
Then
$Sn + n+1 = S(n+1)$