A249022 Decimal expansion of Sine Euler constant.
4, 6, 6, 5, 9, 9, 3, 0, 6, 2, 0, 3, 7, 2, 9, 2, 6, 5, 2, 2, 1, 7, 3, 4, 2, 2, 0
Offset: 0
Examples
Sine Euler constant = 0.466599306203729265221734220...
Programs
-
Mathematica
f = DifferenceRoot[Function[{\[FormalY], \[FormalN]}, {((2 \[FormalN] - z) (2 \[FormalN] - (z + 1))) \[FormalY][\[FormalN]] + \[FormalY][1 + \[FormalN]] == 0, \[FormalY][1] == -1}]]; (Total[Table[1/((-1)^(n + 1) (2 n - 1)!) HarmonicNumber[k, 2 n - 1], {n, 50}]] /. k -> #) - (CosIntegral[1] - CosIntegral[1/#] - Sin[1] + # Sin[1/#]) &[N[10^35, 40]] RealDigits[t][[1]] (* Peter J. C. Moses, Oct 20 2014 *)
Comments