Problem 566. Sum of first n terms of a harmonic progression

Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....

Solution Stats

29.76% Correct | 70.24% Incorrect
Last Solution submitted on Feb 28, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers398

Suggested Problems

More from this Author1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!