Am 06.11.2009 23:43 schrieb Gottfried Helms:
> What do you think about the approach to the divergent summation of
> the series in the header
> su = 0! - 1! + 2! - 3! + 4! - ... + ...
> L Euler found a meaningful interpretation using integrals assigning
> it a value of about 0.596347…
> Also the Borel-summation assigns the same value to this.
> Studying the triangle of Eulerian numbers I came across the
> idea to use this matrix for a summation, decomposing the entries
> of the matrix into geometric series and derivatives.
> Not much sophisticated reasoning about range of convergence
> included, but it finds the correct value.
Interestingly, that triangle can be used for a wider class
of transformations to allow divergent summation.
I'll write it in matrix-notation
Let in an algebraical matrix-formula
V(x) represent a columnvector of consecutive powers of x
(a "Vandermondevector")
F the vector of factorials [0!,1!,2!,...], dF when used
as diagonalmatrix,
E the Eulermatrix in lower triangular form,
~ the symbol for transposition
then first, we have according to the introductional example
E*V(1) = F
the factorials as results of rowsums.
If we premultiply that with the inverse factorial, then this gives
the unit-vector:
dF^-1 * F = V(1)
and the unit-vector premultiplied by a vandermonde-row-vector
with the quotient q of a geometric series evaluates to just that
geometric series in closed form; let's use q=1/2 first:
V(1/2)~ * V(1) = 2
If we use q=-1 then this is a divergent expression
V(-1)~ * V(1) = 1/2 // Cesaro/Euler-summation
But if we dissolve the V(1)-vector we get - formally:
V(-1)~ * ( dF^-1 * F ) = ???
V(-1)~ * ( dF^-1 * (E * V(1)) ) = ???
and change order of summation
( V(-1)~ * dF^-1 * E ) * V(1) = ???
( AS(-1) ~ ) * V(1) = ???
Now let's look at the lhs; the inverse factorials
premultiplied to the Eulerian triangle gives strongly
decreasing values in the intermediate result-triangle and
the premultiplication by the V(-1)-vector has nearly the
same rate of convergence as the exponential series - at
least in the first few columns, obviously.
The first few coefficients of AS(-1) are then
[0.36787944, 0.13533528, 0.0011826310, -0.0047367048,
0.00015701391, 0.00020692553, -0.000017334505, -0.0000087610541,
0.0000012416906, 0.00000034713099, -0.000000075195503,
-0.000000012470560,...]
and postmultiplied with the V(1)-vector we get the partial sums for
up to 13 terms:
0.36787944
0.50321472
0.50439736
0.49966065
0.49981766
0.50002459
0.50000726
0.49999849
0.49999974
0.50000008
0.50000001
0.50000000
0.50000000
...
For positive q we get ahead with q=0.75 and arrive at 4.000000 with 8 decimals
in the 30'th partial sum;
(V(0,75) * dF^-1 * E ) * V(1) -> 4.000
and surely for q=1 we get unresolvable divergence. The first
few terms of AS(1) are (using "sumalt" in Pari/GP)
[2.7182818, 1.9524924, 1.9957914, 2.0000389, 2.0000576,
2.0000051, 1.9999996, 1.9999999, 2.0000000, 2.0000000,
2.0000000, 2.0000000]
which very likely continues for the following terms and the
sum of all terms in AS(1) diverges then to infinity.
But for negative q we can do well: for q=-2
(V(-2) * dF^-1 * E ) * V(1)
we get the first few terms in AS(-2)
[0.13533528, 0.15365092, 0.057425669, -0.0042317431, -0.0092431540,
-0.0010507275, 0.0012603255, 0.00038236770, -0.00013302980, -0.000082748221,
0.0000069120015, 0.000014186455]
and the first few partial sums are
0.13533528
0.28898621
0.34641187
0.34218013
0.33293698
0.33188625
0.33314658
0.33352894
0.33339591
0.33331316
0.33332008
0.33333426
0.33333558
0.33333357
0.33333302
0.33333324
0.33333337
0.33333335
0.33333333
-----------------------------------------------------------
Now it would be good to have the exact range of convergence
for the column-sums. The first two columns are easy: for a
left-multiplication with a vandermonde-vector they provide
infinite range of convergence because of the reciprocal factorials.
But even if the range of convergence for a single column
would be infinite, then the (row-) sum of the column-sums need not
be convergent. This seem to happen at least for q>=1
So I guess with that rough sketch, that we have convergence/summability
for the whole range -inf< q <1 and this agrees also with the ability
to sum the alternating factorial series
Nice exercise/example for the divergent summation stuff - isn't it?
Could this be put to more precision?
Gottfried Helms