Skip to content

implement harmonic number function H(n,m) #16671

@rwst

Description

@rwst

H(n,m) belongs to the holonomic repertoir and should be available in Sage, both numerically and symbolically. For some info, see https://groups.google.com/forum/#!topic/sage-devel/uaA0yU7dZHU and https://en.wikipedia.org/wiki/Harmonic_number

This is actually a defect because we leave a Maxima result undefined:

sage: sum(1/k^3,k,1,n)
gen_harmonic_number(3, n)
sage: gen_harmonic_number?
Object `gen_harmonic_number` not found.

CC: @eviatarbach @dkrenn

Component: symbolics

Keywords: special, log

Author: Ralf Stephan, Armin Straub

Branch/Commit: 9042104

Reviewer: Ralf Stephan, Armin Straub

Issue created by migration from https://trac.sagemath.org/ticket/16671

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions