Problem #11
A function is defined recursively by
f
(0) = 0 and
f
(
n
) =
n
-
f
(
f
(
n
- 1)) for
n
> 0.
Find
f
(10,000,000,000).
Back to the Archives
Back to the Math Department Homepage.