A184853 Decimal expansion of 9th Stieltjes constant, negated.
0, 0, 0, 0, 3, 4, 3, 9, 4, 7, 7, 4, 4, 1, 8, 0, 8, 8, 0, 4, 8, 1, 7, 7, 9, 1, 4, 6, 2, 3, 7, 9, 8, 2, 2, 7, 3, 9, 0, 6, 2, 0, 7, 8, 9, 5, 3, 8, 5, 9, 4, 4, 4, 1, 6, 2, 9, 7, 5, 9, 2, 9, 1, 9, 0, 4, 8, 4, 3, 1, 5, 0, 1, 0, 3, 3, 4, 4, 4, 6, 1, 5, 2, 8, 3, 7, 0, 9, 5, 7, 5, 4, 3, 8, 9, 3, 4, 5, 7, 1
Offset: 0
Examples
-0.000034394774418088048177914623798227390620789538594442....
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(9)); # R. J. Mathar, Feb 02 2011
-
Mathematica
Join[{0, 0, 0, 0}, RealDigits[ N[ -StieltjesGamma[9], 101]][[1]]] (* Jean-François Alcover, Nov 07 2012 *)