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.86% Correct | 70.14% Incorrect
Last Solution submitted on Apr 02, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers401

Community Treasure Hunt

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

Start Hunting!