Respuesta :

This sequence is represented as:

a(n+1) = 5 + 11n

So for 19th term, a(19) = 5 + 11*(19-1) = 203
bcalle
an = a1 + (n -1)(d)
where a1 is the first term and d is the common difference.
a19 = 5 + (19 - 1)(11)
a19 = 5 + (18)(11)
a19 = 5 + 198
a19 = 203