Assumptions:
TeX:
\gamma_{n}\!\left(a\right) = \lim_{N \to \infty} \left[\left(\sum_{k=0}^{N} \frac{\log^{n}\!\left(k + a\right)}{k + a}\right) - \frac{\log^{n + 1}\!\left(N + a\right)}{n + 1}\right]
n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; a \notin \{0, -1, \ldots\}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| StieltjesGamma | Stieltjes constant | |
| SequenceLimit | Limiting value of sequence | |
| Sum | Sum | |
| Pow | Power | |
| Log | Natural logarithm | |
| Infinity | Positive infinity | |
| ZZGreaterEqual | Integers greater than or equal to n | |
| CC | Complex numbers | |
| ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("411f3b"),
Formula(Equal(StieltjesGamma(n, a), SequenceLimit(Brackets(Sub(Parentheses(Sum(Div(Pow(Log(Add(k, a)), n), Add(k, a)), For(k, 0, N))), Div(Pow(Log(Add(N, a)), Add(n, 1)), Add(n, 1)))), For(N, Infinity)))),
Variables(n, a),
Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(a, CC), NotElement(a, ZZLessEqual(0)))))