SOLUTION:
Case: Sequence with factorial notation
A sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called elements, or terms). The number of elements (possibly infinite) is called the length of the sequence.
Given:
Required: To find the first 4 terms
Method:
First term, n=1
Second term, n= 2
Third term, n =3
Fourth term, n= 4
Final answer:
First term, a= 4
Second term, a= 2
Third term, a= 2/3
Fourth term: a= 1/6