Compute the harmonic numbers - MATLAB Cody - MATLAB Central

Problem 46000. Compute the harmonic numbers

Difficulty:Rate
The nth harmonic number is defined as the sum of the reciprocals of the integers from 1 to n:
Definition of the harmonic numbers: sum(1/k) from k = 1 to k = n
The first four harmonic numbers are 1, 3/2, 11/6, and 25/12. The harmonic numbers appear in several interesting identities, including this one for Apery's constant:
Relation between zeta(3) and the harmonic numbers
Compute the nth harmonic number.

Solution Stats

64.71% Correct | 35.29% Incorrect
Last Solution submitted on Jan 06, 2025

Problem Comments

Solution Comments

Show comments
R2025a Pre-release highlights
This topic is for discussing highlights to the current R2025a Pre-release.
13
5

Problem Recent Solvers81

Suggested Problems

More from this Author290

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page