有一列数1/1,3/1,5/2,7/3,9/5,11/8.那10 个数是什么
问题描述:
有一列数1/1,3/1,5/2,7/3,9/5,11/8.那10 个数是什么
答
19/55
上面是等差数列,2n-1,下面是斐波那契数列,an = a(n-1) + a(n-2)