-
-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Milestone
Description
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