Calculate the sequence : n!/ (1+1/2+1/3+…+1/n)

前端 未结 0 1552
無奈伤痛
無奈伤痛 2020-11-27 06:06

Calculate the following sum 1!/1 + 2!/(1+1/2) + 3!/(1+1/2+1/3) + ... + n!/ (1+1/2+1/3+...+1/n), where n > 0.

public static double GetSumSix(int n)
    {
           


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