Respuesta :

Answer:
a5=445

Explanation:
a of n=(a+1)*n
a1=2
I found the pattern to add 1 to the previous number and then multiply it by its number in the sequence. Apologies for the terrible format of my recursive formula.
Proof of pattern:
(2+1)*2=6
(6+1)*3=21
(21+1)*4=88
a5=(88+1)*5=445