HarmonicNumber
HarmonicNumber(n)
returns the
n
th 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
HarmonicNumber(n)
returns the
n
th harmonic number.
See
>> Table(HarmonicNumber(n), {n, 8}){1,3/2,11/6,25/12,137/60,49/20,363/140,761/280}