Saturday, May 26, 2018

Number System

Sum of Numbers:

  • Sum of first n natural numbers                         = n(n+1)/2
  • Sum of square of first n natural numbers       = n(n+1)(2n+1)/6