Article 5P93W Calculating ζ(3) faster

Calculating ζ(3) faster

by
John
from John D. Cook on (#5P93W)

A few days ago I wrote about computing (3). I spent most of that post discussing simple but inefficient methods of computing (3), then mentioned that there were more efficient methods.

I recently ran across a paper [1] that not only gives more efficient methods for computing (3), it gives a method for generating methods. For every positive integer s, the meta method" yields a method of computing (3). As s increases, the methods get more complicated but also more efficient.

The simplest method, corresponding to s = 1 is

apery_series.svg

There are several things to say about this series. First, it goes back to Apery and is not new in [1], but [1] puts it into the context of a sequence of series. Second, the series converges quickly because the binomial coefficient in the denominator grows exponentially, something like 4n. Third, the series alternates, which suggests it could be accelerated [2], though this may not be that important because you could derive series that converge even faster by increasing s.

The series for s = 2 is more complicated, but converges faster. It has in its denominator the binomial coefficient (2n, n) as before, but also the binomial coefficient (3n, n) which grows even faster. The series for s = 3 has the binomial coefficients (4n, n) and (3n, n) in the denominator.

How fast do these binomial coefficients grow? Let's just say very fast" for now. The next post will get more specific.

Related posts

[1] Faster and Faster Convergent Series for (3). Available here.

[2] Series acceleration methods, like Aitken acceleration and newer methods, generally work better on alternating series.

The post Calculating (3) faster first appeared on John D. Cook.vqS6Td5xyec
External Content
Source RSS or Atom Feed
Feed Location http://feeds.feedburner.com/TheEndeavour?format=xml
Feed Title John D. Cook
Feed Link https://www.johndcook.com/blog
Reply 0 comments