
Answer:
Arithmetic => each new term differs from the previous term by a fixed amount
an = a1 + d (n − 1)
Geometric => each element after the first is obtained by multiplying the previous number by a constant factor
an = a1 (r)^(n − 1)
4,8,16,32 the difference is not fixed so it is a geometric so it is ratio
the ratio is 2 and n is 5 so 4*(2)^4 =4*16=64
To generate the terms of a series given in sigma notation, replace the index of summation with consecutive integers from the first value to the last value of the index.
if you also want the sum of them
arithmetic -> (n/2)(a1+an)
geometric -> (a1*(1-r^n))/(1-r) or
when the sequence is infinite you can use a1/(1-r)
Step-by-step explanation:
Arithmetic => 1,3,5,7,9,11,13,15....
Geometric => 1,2,4,8,16,32,64....