【翻译题目并且讲解明白,O(∩_∩)O谢谢!TheFibon-查字典问答网
分类选择

来自董宇红的问题

  【翻译题目并且讲解明白,O(∩_∩)O谢谢!TheFibonaccisequence1,1,2,3,8,13,21...startswithtwo1s,andeachtermafterwardsisthesumofitstwopredecessors,whichoneofthetendightsisthelasttoappearintheunitspositionofanumb】

  翻译题目并且讲解明白,O(∩_∩)O谢谢!

  TheFibonaccisequence1,1,2,3,8,13,21...startswithtwo1s,andeachtermafterwardsisthesumofitstwopredecessors,whichoneofthetendightsisthelasttoappearintheunitspositionofanumberintheFibonaccisequence?

  trygctt回答的我没看懂,~(@^_^@)~,不过很感谢他能为我解答,请各位说的详细些,能让我看得懂,O(∩_∩)O谢谢了!

1回答
2020-04-26 17:55
我要回答
请先登录
蔡泽祥

  斐波那契数列1,1,2,3,8,13,21…开始以二1s,每个数字是前二个数字的总和,十人组之一dights是最后出现在这一数字的位置在单位的斐波那契序列吗?

  计算公式为:已知a1,a2;

  a3=a1+a2,

  a4=a3+a2,

  .

  .

  an=a(n-1)+a(n-2);

  例如a1=1,a2=1,则a3=a1+a2=2,a4=a3+a2=3;依次类推

  有人把它运用在赌博上就是:渐进翻倍法.

2020-04-26 17:59:43

最新问答

推荐文章

猜你喜欢

附近的人在看

推荐阅读

拓展阅读

  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  •