How can I use Matrix Exponentiation with square operations?

前端 未结 0 1274
执念已碎
执念已碎 2021-01-17 01:22

I have an array F[] is defined:

  • F[i]=1 (if i==1);
  • F[i]=F[i]*F[i]+F[i] (if i>1);

So some first element of this array are: {1,2,6,40,...

相关标签:
回答
  • 消灭零回复
提交回复
热议问题