If the book wants them to be numbered incorrectly then just pass n-1 to Fib instead of n.
Usually fib(0) = 0 and fib(1) = 1, so fib(8) = 21 as you have it now.