Question 369059
 <pre><font size = 3 color = "indigo"><b>
Hi,
Re:  finding the nth term in a series

Aritmetic Series
{{{a[n]=a[1]+(n-1)*d}}}  where d is the difference in terms

Geometric Series
{{{a[n] = a[1]*r^(n-1)}}} Where r is the ratio between terms