•  
      tasks #43036 Python Program for Sum of squares of first n natural numbers
    #43036
    Ritish Singh (ritish31)
    2022-07-29 10:39
    2022-07-29 10:39
    Details
    Python Program for Sum of squares of first n natural numbers
    There is a formula to calculate the sum of squares of first n numbers. We can directly put this formula to calculate our result. This will eliminate the need for a loop in our program.

    sum of squares of first n natural numbers = (n*(n+1)*(2n+1))/6
    5 - Medium
    State of Progress
    2022-05-03
    100
    2022-05-04
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-04
    Closed
    Attachments
    References
    References list is empty