<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, MRB Constant G</title>
    <link>http://www.mapleprimes.com/posts/35691-MRB-Constant-G</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 21:28:08 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:28:08 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, MRB Constant G</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, MRB Constant G</title>
      <link>http://www.mapleprimes.com/posts/35691-MRB-Constant-G</link>
    </image>
    <item>
      <title>1/3(2*MRB constant-1)</title>
      <link>http://www.mapleprimes.com/posts/35691-MRB-Constant-G?ref=Feed:MaplePrimes:MRB Constant G:Comments#comment44727</link>
      <itunes:summary>&lt;p&gt;In the blog &lt;a href="http://www.mapleprimes.com/blog/marvinrayburns/mrbconstantf"&gt;MRB Constant F&lt;/a&gt; we looked at the sequences of series of the form sum((-1)^n*(n^(1/n)-a), n = 1 .. infinity) and found an a, that Maple says is a zero for sum((-1)^n*(n^(1/n)-a), n = 1 .. infinity), namely &lt;b&gt;1-2*MRB constant&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;Now lets look at what happens if we let a=M where M=sum((-1)^n*(n^(1/n)-1), n = 1 .. infinity), the MRB constant, and apply the generating function, M[p+1] = sum((-1)^m*(m^(1/m)+M[p]), m = 1 .. infinity) for several iterations.&lt;/p&gt;
&lt;p&gt;To begin to see the hyper-geometric application of each step of this iteration follow the link at &lt;a href="http://www.mapleprimes.com/blog/marvinrayburns/mrbconstante"&gt;MRB Constant E&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In Maple, Digits := 30; M := evalf(sum((-1)^n*(n^(1/n)-1), n = 1 .. infinity)); for a to 60 do M := evalf(sum((-1)^m*(m^(1/m)+M), m = 1 .. infinity)); print(evalf(M)) end do; (giving an end result of -.208093571691955...). According to Wolfram Alpha, -0.208093571691955253167654710630484513296064603399907475885... is &lt;b&gt;1/3(2*MRB constant-1)&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;So it appears that the infinite iteration of M[0]=sum((-1)^n*(n^(1/n)-1), n = 1 .. infinity) and M[p+1] = sum((-1)^n*(n^(1/n)+M[p]), n = 1 .. infinity) gives M[p=infinity] = 1/3(2*MRB constant-1).&lt;/p&gt;
&lt;p&gt;Note from ?evalf,Sum help-page: In the case of infinite sums, Levin's u-transform is used, which has the additional effect that sums that formally diverge may return a result that can be interpreted as evaluation of the analytic extension of the series for the sum.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, MRB Constant G</description>
      <guid>44727</guid>
      <pubDate>Tue, 02 Mar 2010 05:09:47 Z</pubDate>
      <itunes:author>Marvin Ray Burns</itunes:author>
      <author>Marvin Ray Burns</author>
    </item>
    <item>
      <title>Infinite iteration of M[p] = -1/3MRB2</title>
      <link>http://www.mapleprimes.com/posts/35691-MRB-Constant-G?ref=Feed:MaplePrimes:MRB Constant G:Comments#comment44728</link>
      <itunes:summary>&lt;p&gt;Remember, in the case of infinite sums, Levin's u-transform is used by Maple, which has the additional effect that sums that formally diverge may return a result that can be interpreted as evaluation of the analytic extension of the series for the sum.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
Since 1-2M = -1*(2M-1), we can let M=MRB constant=sum((-1)^n*(n^(1/n)-1), n = 1 .. infinity) and&amp;nbsp; &lt;b&gt;MRB2&lt;/b&gt;=1-2M=0.62428071507586575950296413189145353988819381019972242765599...,&lt;/p&gt;
&lt;p&gt;so the zero for sum((-1)^n*(n^(1/n)-a), n = 1 .. infinity) is &lt;b&gt;MRB2,&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;and let M[0]=sum((-1)^n*(n^(1/n)-1), n = 1 .. infinity) and M[p+1] = sum((-1)^n*(n^(1/n)+M[p]), n = 1 .. infinity), then Limit(M[p],p=infinity) = -1/3&lt;b&gt;MRB2&lt;/b&gt;.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, MRB Constant G</description>
      <guid>44728</guid>
      <pubDate>Tue, 02 Mar 2010 07:32:20 Z</pubDate>
      <itunes:author>Marvin Ray Burns</itunes:author>
      <author>Marvin Ray Burns</author>
    </item>
    <item>
      <title>Short list of recently discovered identities</title>
      <link>http://www.mapleprimes.com/posts/35691-MRB-Constant-G?ref=Feed:MaplePrimes:MRB Constant G:Comments#comment44730</link>
      <itunes:summary>&lt;p&gt;Let M = MRB constant = sum((-1)^n*(n^(1/n)-1),n =1 .. infinity), and let  MRB2 = 1-2M = 0.6242807150758657595... :&lt;br /&gt;
&lt;br /&gt;
The zero for  sum((-1)^n*(n^(1/n)-a),n = 1 .. infinity) is a = MRB2.&lt;br /&gt;
&lt;br /&gt;
Let M4 =  sum((-1)^m*(m^(1/m)+M), m = 1 .. infinity) = 1/2*(M-1),&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
let  M5 = sum((-1)^m*(m^(1/m)-M), m = 1 .. infinity) = 1/2*(3*M-1).&lt;br /&gt;
&lt;br /&gt;
Let  N = M4 + M5 = -1+2*M = -(1-2M) = -MRB2.&lt;br /&gt;
&lt;br /&gt;
Let M[0] = M and M[p+1] =  sum((-1)^n*(n^(1/n)+M[p]),n =1 .. infinity), then  Limit(M[p],p=infinity) = -1/3MRB2 = 1/3*N&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the case of infinite sums, Levin's u-transform is used, which has the  additional effect that sums that formally diverge may return a result  that can be interpreted as evaluation of the analytic extension of the  series for the sum.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, MRB Constant G</description>
      <guid>44730</guid>
      <pubDate>Wed, 03 Mar 2010 04:51:41 Z</pubDate>
      <itunes:author>Marvin Ray Burns</itunes:author>
      <author>Marvin Ray Burns</author>
    </item>
    <item>
      <title>sum((-1)^m*(m^(1/m)±M), m = 1 .. infinity)</title>
      <link>http://www.mapleprimes.com/posts/35691-MRB-Constant-G?ref=Feed:MaplePrimes:MRB Constant G:Comments#comment44729</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Previously we found a exact form for the generating function, M[p+1] =  sum((-1)^n*(n^(1/n)+M[p]), n = 1 .. infinity), which was -1/3&lt;b&gt;MRB2&lt;/b&gt; where MRB2 is 1-2M.&lt;/p&gt;
&lt;p&gt;As before, M is the MRB constant and Maple will be using the Levin's u-transform which can assign values to divergent series. ( Euler also found a value to the, divergent, first general infinite series:, as seen in &lt;a href="http://www.math.dartmouth.edu/~euler/docs/translations/E352.pdf"&gt;http://www.math.dartmouth.edu/~euler/docs/translations/E352.pdf &lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;Now let's just concentrate on the nested part of the generating function, namley, sum((-1)^m*(m^(1/m)+M), m = 1 .. infinity), and the like summation, sum((-1)^m*(m^(1/m)-M), m = 1 .. infinity).&lt;/p&gt;
&lt;p&gt;Through numeric evaluation it becomes rather clear that&lt;/p&gt;
&lt;p&gt;sum((-1)^m*(m^(1/m)+M), m = 1 .. infinity) = &lt;img alt="" src="file:///C:/Users/Owner/AppData/Local/Temp/moz-screenshot-26.png" /&gt;1/2*(M-1)&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;sum((-1)^m*(m^(1/m)-M), m = 1 .. infinity) = &lt;img alt="" src="file:///C:/Users/Owner/AppData/Local/Temp/moz-screenshot-26.png" /&gt;1/2*(3*M-1),&lt;/p&gt;
&lt;p&gt;which can be shown in Maple as follows.&lt;/p&gt;
&lt;p&gt;Digits:=70:&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="file:///C:/Users/Owner/AppData/Local/Temp/moz-screenshot-27.png" /&gt;M := sum((-1)^n*(n^(1/n)-1), n = 1 .. infinity):&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="file:///C:/Users/Owner/AppData/Local/Temp/moz-screenshot-28.png" /&gt;M4:=sum((-1)^m*(m^(1/m)+evalf(M)), m = 1 .. infinity):evalf(M4-1/2*(M-1)); M5:=sum((-1)^m*(m^(1/m)-evalf(M)), m = 1 .. infinity):evalf(M5-1/2*(3*M-1));&lt;/p&gt;
&lt;p&gt;Thier combined sum is -1+2*M = -(1-2M) = &lt;b&gt;-&lt;/b&gt;&lt;b&gt;MRB2&lt;/b&gt;, as seen by&lt;/p&gt;
&lt;p&gt;evalf(M4+M5-2*M+1).&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, MRB Constant G</description>
      <guid>44729</guid>
      <pubDate>Sun, 07 Mar 2010 06:21:22 Z</pubDate>
      <itunes:author>Marvin Ray Burns</itunes:author>
      <author>Marvin Ray Burns</author>
    </item>
    <item>
      <title>Give the same numeric sum</title>
      <link>http://www.mapleprimes.com/posts/35691-MRB-Constant-G?ref=Feed:MaplePrimes:MRB Constant G:Comments#comment44731</link>
      <itunes:summary>&lt;p&gt;In the previous messages Maple&amp;nbsp; found a value for the divergent series M4 and M5.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Wolfram Alpha, now, gives the same numeric sums, albeit issuing a warning.&lt;/p&gt;
&lt;p&gt;Click:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www2.wolframalpha.com/input/?i=sum%28%28-1%29^n*%28n^%281%2Fn%29%2Bevalf%28MRB+constant%2C10%29%29%2C+n+%3D+1+..+infinity%29"&gt;Let M4 = sum((-1)^m*(m^(1/m)+M), m = 1 .. infinity) = 1/2*(M-1)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www2.wolframalpha.com/input/?i=sum%28%28-1%29^n*%28n^%281%2Fn%29-evalf%28MRB+constant%2C10%29%29%2C+n+%3D+1+..+infinity%29"&gt;let M5 = sum((-1)^m*(m^(1/m)-M), m = 1 .. infinity) = 1/2*(3*M-1).&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Their combined sum was N = -MRB2,&amp;nbsp;&lt;a href="http://oeis.org/A173273"&gt; Click here for link to published description of MRB2.&lt;/a&gt; (If you have any additional insights please contribute to that entry.)&lt;/p&gt;
&lt;p&gt;Let M[0] = M and M[p+1] = sum((-1)^n*(n^(1/n)+M[p]),n =1 .. infinity), then N=3*Limit(M[p],p=infinity).&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, MRB Constant G</description>
      <guid>44731</guid>
      <pubDate>Mon, 22 Mar 2010 06:31:16 Z</pubDate>
      <itunes:author>Marvin Ray Burns</itunes:author>
      <author>Marvin Ray Burns</author>
    </item>
    <item>
      <title>A new theorem</title>
      <link>http://www.mapleprimes.com/posts/35691-MRB-Constant-G?ref=Feed:MaplePrimes:MRB Constant G:Comments#comment44733</link>
      <itunes:summary>&lt;p&gt;Notice that M = 1/2*(M4+M5+1); which means&amp;nbsp; sum((-1)^n*(n^(1/n)-1),n =1 .. infinity) = 1/2*(sum((-1)^m*(m^(1/m)+M), m = 1 .. infinity)+sum((-1)^m*(m^(1/m)-M), m = 1 .. infinity)).&lt;br /&gt;
&lt;br /&gt;
Thus M = 1/2*(sum((-1)^m*(m^(1/m)+M), m = 1 .. infinity)+sum((-1)^m*(m^(1/m)-M), m = 1 .. infinity)), where M is the MRB constant. That equation&amp;nbsp; is not true if M=1.&lt;br /&gt;
&lt;br /&gt;
This question remains open: Is the MRB constant the only value for M such that M = 1/2*(sum((-1)^m*(m^(1/m)+M), m = 1 .. infinity)+sum((-1)^m*(m^(1/m)-M), m = 1 .. infinity)) and such that sum((-1)^n*(n^(1/n)-(1-2M)), n = 1 .. infinity) = 0?&lt;br /&gt;
&lt;br /&gt;
If you are new to this blog and are concerned about the divergent series: &lt;br /&gt;
&lt;br /&gt;
&amp;quot;In the case of infinite sums, Levin's u-transform is used, which has the additional effect that sums that formally diverge may return a result that can be interpreted as evaluation of the analytic extension of the series for the sum.&amp;quot;(from Maple's help files)&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://marvinrayburns.com"&gt;marvinrayburns.com&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, MRB Constant G</description>
      <guid>44733</guid>
      <pubDate>Mon, 22 Mar 2010 07:32:15 Z</pubDate>
      <itunes:author>Marvin Ray Burns</itunes:author>
      <author>Marvin Ray Burns</author>
    </item>
  </channel>
</rss>