If we give the value 1 for the series from the previous post and draw up a table of the values of the integral as a function of
, we can see that the values first converge towards the exact value and then move away from it (see table below). This reminds us of the “astronomers’ series” described by H. Poincaré. We also note that we cannot approach the exact value with arbitrary precision using this method.
| n | Approximation | Error |
| 0 | 1 | 0.4036 |
| 1 | 0 | -0.5963 |
| 2 | 2 | 1.4037 |
| 3 | -4 | -4.5963 |
| 4 | 20 | 19.4037 |
| 5 | -100 | -100.5963 |
Given such a series, a natural question is: Up to what value of should we sum in order to get as close as possible to the exact value ? In order to determine the ideal value of
, we must first note the following facts concerning the remainder of the series above:
Defining (
), we have:
We observe that:
Therefore:
Based on the above calculations, we can now define a lower bound () and an upper bound (
) for the error made when evaluating the Stieltjes integral using the sum derived above.
For , we have
and
. The approximation, error, and corresponding upper and lower bounds for the error are shown for
in the table below. In this table, we can clearly see that the approximations are getting worse and worse, while the lower and upper bounds are getting larger and larger. This makes the perturbative method, as implemented in this example, unattractive.
| n | Approximation | |||
| 0 | 1 | 0.4036 | 0.18393 | 1 |
| 1 | 0 | 0.5963 | 0.18393 | 2 |
| 2 | 2 | 1.4037 | 0.36788 | 6 |
| 3 | -4 | 4.5963 | 1.10364 | 24 |
| 4 | 20 | 19.4037 | 4.41455 | 120 |
| 5 | -100 | 100.5963 | 22.0728 | 720 |

