Computing Fibonacci Numbers: Output
The previous program produces the following output.
1: 1
2: 1
3: 2 *
4: 3
5: 5
6: 8 *
7: 13
8: 21
9: 34 *