# what are the fibonacci numbers? # 1,1,2,3,5,8,... # write a program that will give a list of fib numbers # what about the inner-ratios? # can we generalize the fibonacci numbers? # what do we find?