Post Reply 
Prime calculator sum(1.0002^n/n, 1, 20000)
12-27-2020, 04:27 AM
Post: #3
RE: Prime calculator sum(1.0002^n/n, 1, 20000)
(12-27-2020 03:04 AM)Gil Wrote:  How to calculate
sum(1.0002^n/n, 1, 20000)
with the build-in template sigma?

To get an approximate answer,
I have to calculate
sum(1.0002^n/n, 1, 10000) + sum(1.0002^n/n, 10001,20000) = 10.9246.

Somewhat cumbersome.

On the HP50G, I get the wished answer by writing
directly sum(1.0002^n/n, 1, 20000).

Thanks for your help.

Regards,
Gil

In BASIC I get 28.14397384

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Prime calculator sum(1.0002^n/n, 1, 20000) - toml_12953 - 12-27-2020 04:27 AM



User(s) browsing this thread: 1 Guest(s)