What is the formula to calculate the sum of squares of n natural numbers? (N*(N +1)*(2*N+1))/6 is the formula to calculate the sum of squares of n natural numbers. What is the formula to calculate the sum of squares of first n even natural numbers? 2 * n(n+1)(2n+1)/3 is the formula to calculate the sum of squares of first n even natural numbers.
確定! 回上一頁