Suppose the first five terms of a sequence are 4, 5, 9, 27, 123. How could the next term in the sequence be generated?
A.by adding 3 to the term number, then finding the factorial of the result
B.by finding the factorial of the term number, then adding 3 to the result
C.by adding 4 to the term number, then finding the factorial of the result
D. by finding the factorial of the term number, then adding 4 to the result