General formulas for a class of Euler sums
Pith reviewed 2026-05-13 21:40 UTC · model grok-4.3
The pith
An algorithm produces closed-form expressions in digamma and polygamma functions for infinite sums of the form R(k) times the kth harmonic number, where R is any rational function whose denominator degree exceeds its numerator degree by at
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
There exists an algorithm that, for any qualifying rational R, returns an explicit closed form for sum R(k) H_k in terms of digamma and polygamma functions; the general multi-linear-denominator case reduces directly to partial-fraction decomposition, and concrete formulas are obtained for denominators consisting of one or two linear terms raised to powers up to three with coefficients up to four.
What carries the argument
The reduction of the rational-harmonic sum to a linear combination of polygamma functions of arguments linear in the summation index, obtained by applying known generating-function identities after partial-fraction decomposition of R.
If this is right
- Explicit closed forms become available for all one- and two-term linear denominators with exponents up to three and small multipliers.
- Sums containing an extra polynomial factor k^q in the numerator are likewise reduced to polygamma expressions.
- High-precision numerical checks become a practical method for verifying the derived formulas in specific instances.
Where Pith is reading between the lines
- The same reduction strategy may extend mechanically to denominators with three or more distinct linear factors once partial fractions are computed.
- Because the output is expressed solely in polygamma functions, the formulas are immediately usable inside computer-algebra systems that already implement those functions.
- The method supplies a systematic way to generate identities that can later be used to evaluate finite truncations or to relate different families of Euler sums.
Load-bearing premise
That every sum of this class admits a closed expression built only from digamma and polygamma functions and that the algorithm always recovers that expression.
What would settle it
A concrete rational function R satisfying the degree condition for which the numerical value of the sum at high precision differs from the value predicted by the algorithm's output formula.
read the original abstract
Let $H_k = 1 + 1/2 + 1/3 + \cdots + 1/k$ denote the $k$th harmonic number. We present an easy-to-implement algorithm for the computation of explicit closed-form evaluations, in terms of the digamma and polygamma functions, for Euler sums of the form \begin{align} \sum_{k=1}^\infty R(k) H_k, \end{align} where $R(k)$ is a rational function (quotient of two polynomials) whose denominator degree is at least two larger than the numerator degree. We apply the same method to show how the computation of a general formula for Euler sums of the form \begin{align*} \sum_{k=1}^\infty \frac{H_k}{(m_1 k + n_1)^{p_1} (m_2 k + n_2)^{p_2} \cdots (m_r k + n_r)^{p_r}} \end{align*} reduces to partial fraction decomposition. We present explicit formulae for sums with one or two terms in the denominator, with powers $p_i$ ranging up to 3, and with multipliers $m_i$ ranging up to 4. We also include results for related Euler sums such as \begin{align*} \sum_{k=1}^\infty \frac{k^q H_k}{(m k + n)^p}. \end{align*} Computation of Euler sums directly to very high precision enables us to rigorously check the above-mentioned formulas in many specific cases.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents an easy-to-implement algorithm for obtaining explicit closed-form evaluations, expressed via digamma and polygamma functions, of convergent Euler sums ∑ R(k) H_k where R(k) is a rational function with denominator degree at least two greater than the numerator degree. It further reduces the general multi-linear-denominator case ∑ H_k / ∏ (m_i k + n_i)^{p_i} to partial-fraction decomposition and supplies explicit formulas for one- and two-term denominators with p_i ≤ 3 and m_i ≤ 4, together with related sums such as ∑ k^q H_k / (m k + n)^p; all formulas are checked by high-precision numerical evaluation on concrete instances.
Significance. If the algorithm and reductions are correct, the work supplies a systematic, implementable route to closed forms for a broad, convergent class of Euler sums that arise repeatedly in analytic number theory. The explicit formulas for small parameters and the reduction to known polygamma identities constitute concrete, usable results; the high-precision numerical checks provide direct, falsifiable support for the claimed identities.
minor comments (3)
- [§3] §3 (algorithm description): the step that converts the rational function R(k) into a linear combination of polygamma sums is only sketched; an explicit statement of the residue or coefficient extraction rule used would make the procedure fully reproducible from the text alone.
- [Table 2] Table 2 (two-term explicit formulas): the entry for p1=2, p2=2 lists a combination of polygamma(1,·) and polygamma(2,·) terms whose coefficients depend on m1,m2,n1,n2; the paper does not state whether these coefficients remain valid when m1=m2 (repeated linear factor), which would require a separate limiting case.
- [§5] §5 (numerical verification): the manuscript states that formulas were checked to “very high precision” but does not record the working precision (e.g., 1000 decimal digits) or the software library employed; adding this datum would strengthen the reproducibility claim.
Simulated Author's Rebuttal
We thank the referee for the positive assessment of our work and the recommendation of minor revision. The referee's summary correctly captures the scope of the algorithm for closed forms of Euler sums via polygamma functions, the reduction to partial fractions, and the explicit formulas provided for small parameters, along with the high-precision numerical verifications.
Circularity Check
No significant circularity
full rationale
The paper's derivation relies on partial-fraction decomposition of the rational function R(k) followed by direct application of standard polygamma identities for the resulting sums; these steps are independent of the target closed forms and do not reduce to fitted parameters, self-citations, or ansatzes introduced by the authors themselves. High-precision numerical checks serve only as post-derivation verification on concrete instances and do not enter the general algorithm. No load-bearing self-citation chain or self-definitional reduction is present in the stated procedure.
Axiom & Free-Parameter Ledger
axioms (2)
- standard math The digamma and polygamma functions satisfy certain recurrence and reflection relations used in the derivations.
- domain assumption Closed-form expressions exist for the specified class of sums in terms of digamma and polygamma functions.
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel (J uniqueness) unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Proposition 1: ∞∑ R(k) H_k = ½ ∑_α Res[R′(s)(ψ(−s)+γ)−R(s)(ψ(−s)+γ)²] at poles α of R
-
IndisputableMonolith/Foundation/ArithmeticFromLogic.leanLogicNat recovery and embed unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Theorem 2: T(t,p) expressed via polygamma ψ^{(k)}(t) for ∑ H_k/(k+t)^p
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
A computer algebra toolbox for harmonic sums related to particle physics,
J. Ablinger, “A computer algebra toolbox for harmonic sums related to particle physics,” Johannes Kepler University, 2009, available at https://inspirehep.net/literature/875721
work page 2009
-
[2]
Harmonic sums and polylogarithms generated by cy- clotomic polynomials,
J. Ablinger, J. Bluemlein and C. Schneider, “Harmonic sums and polylogarithms generated by cy- clotomic polynomials,”Journal of Mathematical Physics,52(2011), 102301
work page 2011
- [3]
-
[4]
MPFUN2020: A thread-safe arbitrary precision package with special functions,
D.H. Bailey, “MPFUN2020: A thread-safe arbitrary precision package with special functions,” 5 Dec 2025, available at https://www.davidhbailey.com/dhbpapers/mpfun2020.pdf
work page 2025
-
[5]
Experimental evaluation of Euler sums,
D.H. Bailey, J.M. Borwein and R. Girgensohn, “Experimental evaluation of Euler sums,”Experimen- tal Mathematics,3(1994), 17–30. 9
work page 1994
-
[6]
Parallel integer relation detection: Techniques and applications,
D.H. Bailey and D.J. Broadhurst, “Parallel integer relation detection: Techniques and applications,” Mathematics of Computation,70(2000), 1719–1736
work page 2000
-
[7]
D.H. Bailey and R.C. McPhedran, “New results for Euler sums,” arXiv:2311.06294, Jul 2025, https: //arxiv.org/abs/2311.06294
-
[8]
Explicit evaluation of Euler sums,
D. Borwein, J.M. Borwein and R. Girgenshon, “Explicit evaluation of Euler sums,”Proceedings of the Edinburgh Mathematical Society,38(1995), 277–294
work page 1995
-
[9]
Values of the polygamma functions at rational arguments,
J. Choi and D. Cvijovi´ c, “Values of the polygamma functions at rational arguments,”Journal of Physics A: Mathematical and Theoretical,40(2007), 15019
work page 2007
-
[10]
Some summation formulas involving harmonic numbers and gener- alised harmonic numbers,
J. Choi and H.M. Srivastava, “Some summation formulas involving harmonic numbers and gener- alised harmonic numbers,”Mathematical and Computer Modeling,54(2011), 220–2234
work page 2011
-
[11]
Digital library of mathematical functions,
“Digital library of mathematical functions,” National Institute of Standards and Technology, 2015, http://dlmf.nist.gov
work page 2015
-
[12]
Euler sums and contour integral representations,
Philippe Flajolet and Bruno Salvy, “Euler sums and contour integral representations,”Experimental Mathematics, vol. 7 (1998), 15–35
work page 1998
-
[13]
Joachim von zur Gathen and J¨ urgen Gerhard, 2013.Modern Computer Algebra, 3rd ed., Cambridge University Press, New York
work page 2013
-
[14]
“Polygamma function,” Wikipedia article, viewed 31 Dec 2025, https://en.wikipedia.org/wiki/ Polygamma function
work page 2025
-
[15]
Sloane,The On-Line Encyclopedia of Integer Sequences (OEIS), viewed 13 Dec 2025, https: //oeis.org
N.J.A. Sloane,The On-Line Encyclopedia of Integer Sequences (OEIS), viewed 13 Dec 2025, https: //oeis.org
work page 2025
-
[16]
Linear harmonic Euler sums of even weight,
A. Sofo and J. Choi, “Linear harmonic Euler sums of even weight,”Journal of Mathematical Analysis and Applications,553(2026), 129926
work page 2026
-
[17]
Further summation formulae related to generalized harmonic numbers,
D-Y. Zheng, “Further summation formulae related to generalized harmonic numbers,”Journal of Mathematical Analysis and Applications,335(2007), 692–706. A Maple code for Algorithm HarmonicSum The Maple code below has been successfully tested on the examples of this article. We have also translated this code into Mathematica, using one of the currently avail...
work page 2007
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.