[VA] SRC #012c - Then and Now: Sum
|
12-09-2022, 10:08 AM
Post: #45
|
|||
|
|||
RE: [VA] SRC #012c - Then and Now: Sum
(12-08-2022 06:55 PM)Albert Chan Wrote: I was curious what it take if we do brute force, no tricks, S = sum(1/F) It is far worse than that, I believe. Unless I made a gross error - which is increasingly likely: Let's try and compute Sk = 1/fk + 1/fk+1 + ... for large k take k=2^(128-1) so b=128 and k=1.7e38 Sk = ln2*(1/fb + .. 1/fk-1 + 1/fk + 1/fk+1 + ..) Sk*(1-ln2) = ln2*(1/fb + .. + 1/fk-1) b=128 = 2^(8-1) so c=8 Sk*(1-ln2) = ln2*ln2*(1/fc + 1/fb-1) and finally Sk*(1-ln2) = ln2*ln2*(g4/f4 + g5/f5 + g6/f6 + g7/f7) for k=2^(128-1), Sk =2.1e-03 for l=2^k-1, Sl = ln2*Sk = 1.5e-03 etc. so even if the googol^large power term is just below 1e-11, the remainder still adds up to a sizeable fraction.. Cheers, Werner 41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)