Monday, March 19, 2018

bernoulli numbers - Connection between Faulhauber's formula and Riemann zeta function



Denote Fk(n) the sum of all k-th powers of first n natural numbers. Also known as Faulhauber's formula. Let's give few examples:
F1(n)=1+2+3+...+n=n(n+1)2
F2(n)=1+4+9+...+n2=n(n+1)(2n+1)6
Now we know that the Riemann Zeta function is defined as follows for s>1
ζ(s)=n=11ns
From the analytic continuation we know that ζ(2n)=0 for all natural n. Also ζ(n)=(1)nBn+1n+1 where Bn is n-th Bernoulli number. Now what i found was, that if take the definite integral from 1 to 0
I get the riemann zeta function at k:

01Fk(n)dn=ζ(k) Let me give few examples:
01F1(n)dn=01n22+n2dn=112
01F2(n)dn=01n33+n22+n6dn=0
and so on...
Now i know these sums of powers are somehow related to the Bernoulli numbers and so are the values of the riemann zeta function at negative integers. But i can't seem to find connection between these. Would anyone please give me an argument, why this holds?


Answer



You can do it using the Faulhaber's polynomials, the binomial series, and some analytic continuation.



By induction we have the polynomials




Fk(N)=Nn=1nk=k+1m=0cm,kNm



For |x|<1 we have the Taylor series
(1+x)s=l=0(sl)xl,(sl)=l1j=0sjj+1,ns(n+1)s=ns(1(1+n1)s)=nsl=1(sl)nl
At first for (s)>k+1 and by analytic continuation for every s
ζ(sk)=n=1nkns=n=1Fk(n)(ns(n+1)s)=12s+n=2Fk(n)(ns(n+1)s)=12sn=2k+1m=0cm,knmnsl=1(sl)nl
=12sk+1m=0cm,kl=1(sl)(ζ(s+lm)1)



Also ζ(s)=n=1nsxs1dx=s1xxs1dx=ss1+s1(xx)xs1dx thus lim and together with (1) it shows (s-1)\zeta(s) is analytic everywhere.




Therefore letting s \to 0 in (1), noting \lim_{s \to 0} {-s \choose l}\zeta(s+l-m) = 0 for l-m \ne 1
\zeta(0-k) =-\sum_{m=0}^{k+1} c_{m,k}\prod_{j=1}^{m} \frac{-0-j}{j+1}= \int_{-1}^0 F_k(t)dt


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...