Question 381810
  <pre><font size = 3 color = "indigo"><b>
Hi,         
Sequence 8, 14, 20, 26, ... is arithmetic with d = 6
{{{a[n]=a[1]+(n-1)*d}}}
for example:
{{{a[4]= 8 +(4-1)*6 = 26}}}