The sum of squares of first n natural numbers is given by 16n(n+1)(2n+1) or 16(2n3+3n2+n). Find the sum of squares of the first 10 natural numbers.
Open in App
Solution
Given, the sum of squares of first n natural numbers =16n(n+1)(2n+1) ∴ The sum of squares of first 10 natural numbers =16(10)(10+1)(2×10+1)=16×10×11×21 [put n = 10]
= 385