An arithmetic sequence is a pattern where the number at index n is equal to the number at index n-1 plus value v
Looking at the sequence, we see that there is a pattern of +4 each time
this means we can write it as a formula, where v is 4
[n] = [n-1] + 4
This means it IS an arithmetic sequence