Recursive. n is the number of the term in the sequence, so Un-1 is the term previous to Un and since you’re subtracting 3 from the previous term, that means it’s recursive
N is the number of the term in the sequence, so Un-1 is the term previous to Un and since you’re subtracting 3 from the previous term, that means it’s recursive