15.Important Series Sum Flashcards
What is the sum of the first n natural numbers?
The sum of the first n natural numbers is given by the formula: S = n * (n + 1) / 2.
What is the sum of the first n odd numbers?
The sum of the first n odd numbers is given by the formula: S = n^2.
What is the sum of the first n even numbers?
The sum of the first n even numbers is given by the formula: S = n * (n + 1).
What is the sum of the squares of the first n natural numbers?
The sum of the squares of the first n natural numbers is given by the formula: S = n * (n + 1) * (2n + 1) / 6.
What is the sum of the cubes of the first n natural numbers?
The sum of the cubes of the first n natural numbers is given by the formula: S = [n * (n + 1) / 2]^2.