Interesting result on the Euler-Maschroni constant - what is the background? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-19T17:15:54Zhttp://mathoverflow.net/feeds/question/90977http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/90977/interesting-result-on-the-euler-maschroni-constant-what-is-the-backgroundInteresting result on the Euler-Maschroni constant - what is the background?tobias2012-03-12T11:44:19Z2012-03-12T22:25:45Z
<p>Today I entered the following expression in maple:
$$a_i = H_{10^i} - ln(10^i) - \gamma$$
Here $H_j$ equals $\sum_{k=1}^{j} 1/k$ and $\gamma$ is the Euler-Mascheroni constant. </p>
<p>When I computed $a_n$ for $i = 0$ to $10$ I obtained the following results:</p>
<ul>
<li> $i = 0$; 4.227843350984671393934879099175975689578406640600764011942327651151323 * $10^{-1}$
<li> $i=1$; 4.9167496072675423629464709201487329610707429399557393414873118115813 * $10^{-2}$
<li> $i=2$; 4.991666749996032162622676207122311664609813510982102304110919767206 * $10^{-3}$
<li> $i=3;$ 4.999166666749999960317501984051226762153678825611388678758121701133 * $10^{-4}$
<li> $i=4$; 4.99991666666674999999960317460734126976551226762154503821179264423 * $10^{-5}$
<li> $i=5$; 4.9999916666666667499999999960317460321626984126226551226762154523 * $10^{-6}$
<li> $i=6$; 4.999999166666666666749999999999960317460317501984126984051226523 * $10^{-7}$
<li> $i=7$; 4.99999991666666666666674999999999999960317460317460734126984123 * $10^{-8}$
<li> $i=8$;
4.9999999916666666666666667499999999999999960317460317460321623 * $10^{-9}$
<li> $i=9$;
4.999999999166666666666666666749999999999999999960317460317423 * $10^{-10}$
<li> $i=10$;
4.99999999991666666666666666666674999999999999999999960317423 * $10^{-11}$
</ul>
<p>So we see that the periodic strips of ...99999..., of ...66666... and ...99999... an many other periods increase for even larger $i$. The question is now: Is there any rule behind it that the remainder term $a_i$ behaves that way?</p>
http://mathoverflow.net/questions/90977/interesting-result-on-the-euler-maschroni-constant-what-is-the-background/90979#90979Answer by quid for Interesting result on the Euler-Maschroni constant - what is the background?quid2012-03-12T12:20:29Z2012-03-12T19:18:07Z<p>Yes, there is a rule. There are results that are finer than merely <code>$H_k - \ln k - \gamma$</code> tends to $0$ and explain this pattern.</p>
<p>More specifically, let us consider some more terms of the asymtotic expansion of <code>$H_k$</code> . One has for example
<code>$$H_k = \ln k + \gamma + \frac{1}{2k} - \frac{1}{12k^2} + O(k^{-4}) $$</code>
and this is even true with a small implied constant, or more precisely this is true with $O(k^{-4})$
replaced by <code>$x_k\frac{1}{120}k^{-4}$</code> with <code>$0 \le x_k \le 1$</code>.
Thus the error to be expected when doing the calculation in the question is
$$\frac{1}{2k} - \frac{1}{12k^2}$$ up to something still (much) smaller. </p>
<p>This is precisely what one sees; if one chooses for $k$ a power of $10$ one sees a nice pattern (the $10$ being special due to the fact that one has the decimal representation; if one chooses a different base for the representation, powers of that base become special); it is the beginning of the decimal representation of <code>$$\frac{1}{2} 10^{-j} - \frac{1}{12} 10^{-2j} ;$$</code>
how long it is really just this can also be known from the estimate of the error mentioned above.</p>
<p>One can continue on this, as it is known that
<code>$$H_k = \ln k + \gamma + \frac{1}{2k} - \sum_{i=1}^{n-1} \frac{B_{2i}}{2i k^{2i}} + O(k^{-2n})$$</code>
and more precisely the <code>$O(n^{-2k})$</code> can be replaced by <code>$x_{k,n}( -\frac{B_{2n}}{2n}) k^{-2n} $</code> with
<code>$0\le x_{k,n} \le 1$</code> where the $B$'s are the <a href="http://en.wikipedia.org/wiki/Bernoulli_number" rel="nofollow">Bernoulli numbers</a>; some care is needed if one would want to try to see more complex patterns as the Bernoulli numbers while small at first then grow very fast, so that then the implied constant is large and the $k$ needs to be sufficiently large (relative to the $n$) to see the pattern for all the terms. </p>
<p>Besides the approximation I mentiond above there are various other approximations known. Also, questions like this are closely linked, essentially equivalent, to questions on the <a href="http://en.wikipedia.org/wiki/Digamma_function" rel="nofollow">Digamma function</a> .</p>
http://mathoverflow.net/questions/90977/interesting-result-on-the-euler-maschroni-constant-what-is-the-background/91025#91025Answer by Gottfried Helms for Interesting result on the Euler-Maschroni constant - what is the background?Gottfried Helms2012-03-12T22:25:45Z2012-03-12T22:25:45Z<p>Adding an example to @quid's answer: </p>
<p>Using Pari/GP the harmonic numbers minus Euler-gamma can be obtained using the psi-function.
If we subtract 1 from the $\small a_i $-values the composition of the result by <em>i</em>-digits long blocks of decimal expansion of the bernoulli-numbers becomes then immediately visible. With $\small i \gt 20 $ or so it becomes even more impressive:</p>
<pre><code>fmt(200,60) \\ user function: internal prec 200, display prec 60 digits
i=6
psi(10^i)-1 - i*log(10)
%681 = -1.00000050000008333333333332500000000000396825396824980158730
(psi(10^i)-1 - i*log(10))*6
%683 = -6.00000300000049999999999995000000000002380952380949880952381
(psi(10^i)-1 - i*log(10))*42
%684 = -42.0000210000034999999999996500000000001666666666664916666667
(psi(10^i)-1 - i*log(10))*42*30
%685 = -1260.00063000010499999999998950000000000499999999999475000000
</code></pre>
<p>etc... </p>