Question 368542
<pre><font size = 3 color = "indigo"><b>
Hi,
In general: {{{a[n]=a[1]+(n-1)*d}}}
sequence 7, 10, 13, 16......
First term is 7 and d = 3
{{{a[n]= 7 + (n-1)*3}}}