A086282 Decimal expansion of 5th Stieltjes constant gamma_5.
0, 0, 0, 7, 9, 3, 3, 2, 3, 8, 1, 7, 3, 0, 1, 0, 6, 2, 7, 0, 1, 7, 5, 3, 3, 3, 4, 8, 7, 7, 4, 4, 4, 4, 4, 4, 8, 3, 0, 7, 3, 1, 5, 3, 9, 4, 0, 4, 5, 8, 4, 8, 8, 7, 0, 7, 5, 7, 3, 4, 2, 5, 6, 2, 6, 9, 8, 2, 3, 1, 4, 8, 2, 1, 1, 8, 0, 1, 7, 1, 5, 2, 0, 2, 3, 7, 9, 7, 2, 0, 0, 6, 3, 5, 8, 7, 6, 3, 0, 8, 1, 6
Offset: 0
Examples
0.00079332381730106270175333487744444483...
References
- Steven R. Finch, Mathematical Constants, Cambridge, 2003, p. 166.
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, arXiv:2210.04609 [math.NT], 2022.
- Eric Weisstein's World of Mathematics, Stieltjes Constants
- Wikipedia, Stieltjes constants
Crossrefs
Programs
-
Maple
evalf(gamma(5)); # R. J. Mathar, Feb 02 2011
-
Mathematica
Join[{0, 0, 0}, RealDigits[ N[ -StieltjesGamma[5], 102]][[1]]] (* Jean-François Alcover, Nov 07 2012 *)