contestada

Consider the first three terms of the sequence below. 14,000, 12,600, 11,340...

Complete the recursively-defined function to describe this sequence.

f(1) = (blank)
f(n) = f(n - 1) · (blank), for n ≥ 2

The next term in the sequence is (blank).