Skip to content

HarmonicNumber

HarmonicNumber(n)

returns the nth harmonic number.

See

Examples

>> Table(HarmonicNumber(n), {n, 8})
{1,3/2,11/6,25/12,137/60,49/20,363/140,761/280}

Implementation status

  • ✅ - full supported

Github