Sum of series IX
What is the sum of the following sequence:
Σ 1/k! for k=1...n
for different n?
2 years ago
Solved
Sum of series VI
What is the sum of the following sequence:
Σk⋅k! for k=1...n
for different n?
2 years ago
Solved
Sum of series V
What is the sum of the following sequence:
Σk(k+1) for k=1...n
for different n?
2 years ago
Solved
Sum of series III
What is the sum of the following sequence:
Σ(2k-1)^3 for k=1...n
for different n?
2 years ago
Solved
Sum of series II
What is the sum of the following sequence:
Σ(2k-1)^2 for k=1...n
for different n?
2 years ago
Solved
Sum of series I
What is the sum of the following sequence:
Σ(2k-1) for k=1...n
for different n?
2 years ago
Solved
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false.
Example...