Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #19836: expansion of zeta using stieltjes-constants
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). URL: http://trac.sagemath.org/19836 Reported by: behackl Ticket author(s): Benjamin Hackl Reviewer(s): Ralf Stephan
- Loading branch information