Today, we mainly write about some problems related to combinatorial mathematics.
The Bernoulli numbers, denoted as Bn, are a sequence of rational numbers closely related to number theory. They appear in expressions for sums of powers of consecutive integers and have various applications in mathematics, including number theory, combinatorics, and calculus.
Bernoulli Numbers
The Bernoulli numbers, denoted as Bn, form a rational number sequence closely related to number theory. The first few discovered Bernoulli numbers are:
B0=1,B1=−21,B2=61,B3=0,B4=−301,…
Sums of Equal Powers
The Bernoulli numbers are named after Jacob Bernoulli, who discovered remarkable relationships while investigating the formulas for sums of mth powers. Let's denote
Sm(n)=∑k=0n−1km=0m+1m+⋯+(n−1)m
Bernoulli observed the following sequence of formulas, outlining a pattern:
S0(n)S1(n)S2(n)S3(n)S4(n)=n=21n2−21n=31n3−21n2+61n=41n4−21n3+41n2=51n5−21n4+31n3−301n
It can be observed that in Sm(n), the coefficient of nm+1 is always m+11, the coefficient of nm is always −21, the coefficient of nm−1 is always 12m, the coefficient of nm−3 is always −720m(m−1)(m−2), and the coefficient of nm−4 is always zero.
Moreover, the coefficient of nm−k is always a constant times mk, where mk denotes the falling factorial power, i.e., (m−k)!m!.
Sm(n)=m+11(B0nm+1+(1m+1)B1nm+⋯+(mm+1)Bmn)=m+11k=0∑m(km+1)Bknm+1−k
The Bernoulli numbers are defined by the implicit recurrence relation:
j=0∑m(jm+1)BjB0=0,(m>0)=1
For example, (02)B0+(12)B1=0. The first few values are:
nBn011−21261304−301506421708−301……
Proof
Proof by Induction
This proof method is adapted from Concrete Mathematics 6.5 BERNOULLI NUMBER.
Using binomial coefficient identities and induction:
Sm+1(n)+nm+1=k=0∑n−1(k+1)m+1=k=0∑n−1j=0∑m+1(jm+1)kj=j=0∑m+1(jm+1)Sj(n)
Let S^m(n)=m+11∑k=0m(km+1)Bknm+1−k, we want to prove Sm(n)=S^m(n). Assume that for j∈[0,m), Sj(n)=S^j(n).
Subtracting Sm+1(n) from both sides:
Sm+1(n)+nm+1nm+1=j=0∑m+1(jm+1)Sj(n)=j=0∑m(jm+1)Sj(n)=j=0∑m−1(jm+1)S^j(n)+(mm+1)Sm(n)
By adding (mm+1)S^m(n)−(mm+1)S^m(n) and simplifying:
nm+1=k=0∑mk+1nk+1j=k∑m(jm+1)(kj)Bj−k+(m+1)Δ
Let Δ=Sm(n)−S^m(n), and expand S^j(n):
nm+1=k=0∑mk+1nk+1j=k∑m(jm+1)(kj)Bj−k+(m+1)Δ=k=0∑mk+1nk+1(km+1)j=k∑m(j−km−k+1)Bj−k+(m+1)Δ
Change the order of summation and apply binomial coefficient identity:
nm+1=k=0∑mk+1nk+1(km+1)j=0∑m−k(jm−k+1)Bj+(m+1)Δ
Using the recursion relation:
j=0∑m(jm+1)BjB0j=0∑m(jm+1)Bj=0,(m>0)=1=[m=0]
Substituting:
nm+1=k=0∑mk+1nk+1(km+1)[m−k=0]+(m+1)Δ=k=0∑mk+1nk+1(km+1)+(m+1)Δ=m+1nm+1(mm+1)+(m+1)Δ=nm+1+(m+1)Δ
Thus, Δ=0, and Sm(n)=S^m(n).
Proof Using Exponential Generating Functions
For the recurrence ∑j=0m(jm+1)Bj=[m=0],
adding Bm+1 to both sides:
j=0∑m+1(jm+1)Bjj=0∑m(jm)Bjj=0∑mj!Bj⋅(m−j)!1=[m=0]+Bm+1=[m=1]+Bm=[m=1]+m!Bm
Let B(z)=i≥0∑i!Bizi, notice the left side is in convolution form, thus:
B(z)ezB(z)=z+B(z)=ez−1z
Let Fn(z)=∑m≥0m!Sm(n)zm, then:
Fn(z)=m≥0∑m!Sm(n)zm=m≥0∑i=0∑n−1m!imzm
Changing the order of summation:
Fn(z)=i=0∑n−1m≥0∑m!imzm=i=0∑n−1eiz=ez−1enz−1=ez−1z⋅zenz−1
Substituting B(z)=ez−1z:
Fn(z)=B(z)⋅zenz−1=(i≥0∑i!Bi)(i≥1∑i!nizi−1)=(i≥0∑i!Bi)(i≥0∑(i+1)!ni+1zi)
As Fn(z)=∑m≥0m!Sm(n)zm, i.e., Sm(n)=m![zm]Fn(z):
Sm(n)=m![zm]Fn(z)=m!i=0∑mi!B×i⋅(m−i+1)!nm−i+1=m+11i=0∑m(im+1)Binm−i+1
Q.E.D