Complete the sequence
Find the next number that fits the pattern:
272Explanation:s(n) = s(n-2)*[s(n-1)-1]8 = 2 * (5-1) = 2 * 435 = 5 * (8-1) = 5*7272 = 8 * (35-1) = 8*34 Show correct answer