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

30.0% Correct | 70.0% Incorrect
Last Solution submitted on Apr 28, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers404

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!