Calculate the following product: * (1 + 1/(n * n))

前端 未结 0 2020
执笔经年
执笔经年 2020-11-27 04:53

Calculate the following product:

(1 + 1 / (1 * 1)) * (1 + 1 / (2 * 2)) * (1 + 1 / (3 * 3)) * … * (1 + 1 / (n * n))

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