The 0th Fibonacci number is 0; it took 1 calls to calculate it.
The 1th Fibonacci number is 1; it took 1 calls to calculate it.
The 2th Fibonacci number is 1; it took 3 calls to calculate it.
The 3th Fibonacci number is 2; it took 5 calls to calculate it.
The 4th Fibonacci number is 3; it took 9 calls to calculate it.
The 5th Fibonacci number is 5; it took 15 calls to calculate it.
The 6th Fibonacci number is 8; it took 25 calls to calculate it.
The 7th Fibonacci number is 13; it took 41 calls to calculate it.
The 8th Fibonacci number is 21; it took 67 calls to calculate it.
The 9th Fibonacci number is 34; it took 109 calls to calculate it.
The 10th Fibonacci number is 55; it took 177 calls to calculate it.
The 11th Fibonacci number is 89; it took 287 calls to calculate it.
The 12th Fibonacci number is 144; it took 465 calls to calculate it.