Respuesta :
Recursive definition for the given sequence is a₁ =14 , aₙ = aₙ₋₁ - 4.
What is recursive sequence?
" Recursive sequence is sequence in which terms are defined with the help of one or more than one previous given terms."
Formula used
aₙ =aₙ₋₁ + d
d = aₙ - aₙ₋₁
According to the question,
a₁ = 14
a₂ =10
a₃ =6
a₄ = 2
Therefore,
d = a₂ -a₁
= 10 - 14
= - 4
Substitute the value of d in the recursive formula we get,
aₙ = aₙ₋₁ + (-4)
aₙ =aₙ₋₁ -4
Hence, recursive definition for the given sequence is a₁ =14 , aₙ = aₙ₋₁ - 4.
Learn more about recursive sequence here
https://brainly.com/question/4956004
#SPJ2