Question 1036079
To do this, you just compare {{{a[1]}}} with {{{a[2]}}} etc...here
{{{a[1] = 11}}} whereas {{{a[2] = 15}}}
Thus
{{{a[n] = a[n-1] + 4}}}