# A sequence is usually a set or an array of numbers that has a strict way for moving from the nth term to the (n+1)th term. # If f(n) = f(n-1) + c where c is a constant value, then f is an arithmetic ...