A183167 Decimal expansion of 7th Stieltjes constant, negated.
0, 0, 0, 5, 2, 7, 2, 8, 9, 5, 6, 7, 0, 5, 7, 7, 5, 1, 0, 4, 6, 0, 7, 4, 0, 9, 7, 5, 0, 5, 4, 7, 8, 8, 5, 8, 2, 8, 1, 9, 9, 6, 2, 5, 3, 4, 7, 2, 9, 6, 9, 8, 9, 5, 3, 3, 1, 0, 1, 3, 4, 0, 4, 2, 2, 6, 8, 8, 5, 6, 8, 2, 7, 3, 2, 4, 6, 5, 1, 4, 1, 1, 8, 2, 1, 4, 4, 0, 4, 1, 3, 8, 0, 7, 9, 7, 9, 9, 9, 6
Offset: 0
Examples
-0.000527289567057751046074097505478858281996253472969895...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
- Krzysztof Maślanka and Andrzej Koleżyński, The High Precision Numerical Calculation of Stieltjes Constants. Simple and Fast Algorithm, arXiv preprint (2022). arXiv:2210.04609 [math.NT]
- Eric Weisstein's World of Mathematics, Stieltjes Constants
- Wikipedia, Stieltjes constants
Crossrefs
Programs
-
Maple
evalf(gamma(7)) ; # R. J. Mathar, Feb 02 2011
-
Mathematica
Join[{0, 0, 0}, RealDigits[StieltjesGamma[7], 10, 100][[1]]] (* Alonso del Arte, Feb 01 2011 *)