83.8k views
2 votes
Which recursive formula can be used to generate the sequence shown, where f(1) = 9.6 and n > 1? 9.6, 4.8, 2.4, 1.2, 0.6, ..

1 Answer

4 votes
Hello,

The formula is
f(n)= (f(n-1))/(2)
User Sekm
by
8.7k points