is Glaisher's constant with numerical value
.
Glaisher
is Glaisher's constant with numerical value
.
Background & Context
- Glaisher is the symbol representing Glaisher's constant
, also known as the Glaisher–Kinkelin constant. Glaisher has a number of equivalent definitions throughout mathematics but is most commonly defined as the constant
that satisfies
, where
is the Riemann zeta function Zeta,
is its derivative evaluated at
, and Log is the natural logarithm. Glaisher has a numerical value
. Glaisher arises in mathematical computations including sums, products, and integrals but is especially prominent in sums and integrals involving Gamma and Zeta functions. - When Glaisher is used as a symbol, it is propagated as an exact quantity. Expansion and simplification of complicated expressions involving Glaisher may require use of functions such as FunctionExpand and FullSimplify.
- It is not currently known if Glaisher is rational (meaning it can be expressed as a ratio of integers), algebraic (meaning it is the root of some integer polynomial), or normal (meaning the digits in its base-
expansion are equally distributed) to any base. - Glaisher can be evaluated to arbitrary numerical precision using N. However, no efficient formulas for computing large numbers of its digits are currently known. RealDigits can be used to return a list of digits of Glaisher and ContinuedFraction to obtain terms of its continued fraction expansion.
Examples
open all close allScope (2)
Do an exact numerical computation:
Round[Glaisher ^ 100]TraditionalForm formatting:
Glaisher//TraditionalFormApplications (5)
Derivatives of zeta functions:
Zeta'[-1]Derivative[1, 0][Zeta][-1, 1 / 4]Integrals containing gamma functions:
Integrate[LogGamma[t], {t, 0, 1 / 2}]Get Glaisher from an infinite product:
Product[k ^ ((1/k^2)), {k, 1, Infinity}]Get Glaisher from infinite sums:
Sum[Log[k] / k ^ 2, {k, Infinity}]Obtains Glaisher from a limit:
Limit[ (Hyperfactorial[n]/n^n(n + 1) / 2Exp[-n^2 / 4]n^1 / 12), n -> Infinity]Properties & Relations (1)
Tech Notes
Related Guides
Related Links
History
Introduced in 1999 (4.0) | Updated in 2007 (6.0)
Text
Wolfram Research (1999), Glaisher, Wolfram Language function, https://reference.wolfram.com/language/ref/Glaisher.html (updated 2007).
CMS
Wolfram Language. 1999. "Glaisher." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/Glaisher.html.
APA
Wolfram Language. (1999). Glaisher. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Glaisher.html
BibTeX
@misc{reference.wolfram_2026_glaisher, author="Wolfram Research", title="{Glaisher}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/Glaisher.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_glaisher, organization={Wolfram Research}, title={Glaisher}, year={2007}, url={https://reference.wolfram.com/language/ref/Glaisher.html}, note=[Accessed: 13-June-2026]}