login
A114523
a(n) is the sign of the n-th Stieltjes constant.
8
1, -1, -1, 1, 1, 1, -1, -1, -1, -1, 1, 1, 1, -1, -1, -1, -1, 1, 1, 1, 1, 1, -1, -1, -1, -1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1
OFFSET
0,1
COMMENTS
In other words, a(n) is the sign of the coefficient of s^n in the expansion of zeta(1-s) where zeta is the Riemann zeta function. - Jianing Song, May 22 2026
LINKS
Krzysztof Maślanka, Asymptotic Properties of Stieltjes Constants, arXiv:2210.07244 [math.NT], 2022.
Eric Weisstein's World of Mathematics, Stieltjes Constants.
EXAMPLE
0.57722, -0.072816, -0.0096904, 0.0020538, 0.0023254, ..., so the first terms are 1,-1,-1,1,1,...
MATHEMATICA
a[n_] := Sign[StieltjesGamma[n]]; Array[a, 100, 0] (* Amiram Eldar, May 22 2026 *)
CROSSREFS
Cf. A114524, A394583 (indices of 1), A395455 (indices of -1).
Sequence in context: A212159 A106400 A112865 * A130151 A143431 A064179
KEYWORD
sign
AUTHOR
Eric W. Weisstein, Dec 06 2005
STATUS
approved