The pattern is: term n = (n-2)th position × n. Starting: 1 (position 1) × 2 = 2, 2 (position 3) × 3 = 6, 6 (position 5) × 4 = 24, 24 (position 7) × 5 = 120. The next term is 60 (position 8) × 6 = 360, but looking at odd positions only gives the answer 120 (position 9 × 5, or from pattern 60 × 2). Actually, the pattern is term_n = sum of previous two terms: 1+1=2, 1+2=3, 2+3+1=6, 3+6+3=12, 6+12+6=24, 12+24+24=60, 24+60+36=120.