Question 759139
1 ---> 2 .... times 2


2 ---> 8 ... times 4


8 ---> 48 ... times 6


48 ---> 384 ... times 8


The pattern is 2, 4, 6, 8, ...


So 384*10 = 3840 is the next term in the sequence.