-
-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Milestone
Description
With the implementation of Stieltjes-constants from #19834 the expansion of the zeta-function can be improved to something like
sage: zeta(s).series(s==1)
1/(s-1) + euler_gamma - stieltjes(1)/2 * (s-1) + stieltjes(2)/6 * (s-1)^2 + ...
(see https://en.wikipedia.org/wiki/Stieltjes_constants).
Depends on #19834
CC: @rwst
Component: symbolics
Author: Benjamin Hackl
Branch/Commit: f1d9bfa
Reviewer: Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/19836