How do you write the first five terms of the sequence a_n=(n!)/n?

1 Answer
Mar 11, 2017

sequence rArr 1,1,2,6,24,....

Explanation:

We have given the n^(th) term of the sequence: a_n = (n!)/n

a_1 = (1!)/1 = 1

a_2 = (2!)/2 = 1

a_3 = (3!)/3=2

a_4 = (4!)/4 = 6

a_5 = (5!)/5 =24

sequence rArr 1,1,2,6,24,....