SubArea: Introduction to sequencesLevel: BProject ID: 1003107305Source Problem: 1003107306Accepted: 1Clonable: 1Easy: 1We are given a sequence (an)n=1∞ defined recursively by: a1=5; an+1=an+4, n∈N. Find the nth term of this sequence.an=4n+1, n∈Nan=4n−1, n∈Nan=4n, n∈Nan=5n, n∈N