A183206 Decimal expansion of 8th Stieltjes constant, negated.
0, 0, 0, 3, 5, 2, 1, 2, 3, 3, 5, 3, 8, 0, 3, 0, 3, 9, 5, 0, 9, 6, 0, 2, 0, 5, 2, 1, 6, 5, 0, 0, 1, 2, 0, 8, 7, 4, 1, 7, 2, 9, 1, 8, 0, 5, 3, 3, 7, 9, 2, 3, 5, 0, 3, 5, 6, 6, 5, 7, 3, 3, 1, 5, 0, 7, 3, 6, 4, 2, 8, 1, 7, 7, 6, 5, 0, 6, 0, 6, 5, 3, 0, 1, 0, 8, 0, 1, 4, 0, 9, 1, 8, 7, 2, 0, 0, 1, 1, 5
Offset: 0
Examples
-0.00035212335380303950960205216500120874172918053379235....
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
Programs
-
Maple
evalf(gamma(8)) ;
-
Mathematica
RealDigits[StieltjesGamma[8], 10, 100][[1]] (* Alonso del Arte, Feb 01 2011 *)