11 Sep
2013
11 Sep
'13
12:42 a.m.
When I try to evaluate that exact sum in Mma, it gives me only numbers that are to > 20 decimal places equal to 0. (Adding only 1000 or 10000 terms, asking for 10 digits' precision.) I'd guess only a set of measure 0 of real numbers x would have their Sum[Round[x^n]-x^n,{n,0,∞}] <> 0. But it's easy to believe that many algebraic numbers don't. What's your secret? --Dan On 2013-09-10, at 8:11 PM, Bill Gosper wrote:
Let t:=1/3 (1 + (19 - 3 Sqrt[33])^(1/3) + (19 + 3 Sqrt[33])^(1/3)), the tribonacci constant. Then, empirically, Sum[Round[x^n]-x^n,{n,0,∞}] ==-0.80851211604688125... -2 + ((3 Sqrt[3] - Sqrt[11])^(1/3) + (3 Sqrt[3] + Sqrt[11])^(1/3))/(2^(2/3) Sqrt[3])