I would appreciate help, please, as to how to verify this relation from Kato's "Fermat's Dream" p.96.
He say: By the definition of $B_n(x)$, the Bernoulli polynomial, we have
$$\sum_{n=0}^{\infty}\frac{B_n(x)}{n!}u^n = \frac{u e^{xu}}{e^u - 1}$$
The definition for Bernoulli polynomials is, for $n \in \mathbb{N}$ is
$$B_n(x) = \sum_{k=0}^{n} \binom{n}{k}B_k x^{n - k}$$
I am trying
$$\sum_{n=0}^{\infty}\frac{B_n(x)}{n!}u^n = \sum_{n=0}^{\infty}\sum_{k=0}^{n}\binom{n}{k}B_k x^{n - k} u^n$$
Also for Bernoulli numbers there is,
$$\sum_{k=0}^{\infty}\frac{B_k}{n!} x^k = \frac{x}{e^x -1}$$
I don't know if what I am trying is on the right track. Either way, I would appreciate help pulling it all together. Thanks very much.
Remember that the method of generating functions works with formal power series. Using the generating series for the Bernoulli numbers and the exponential series we have: $$\frac{u e^{xu}}{e^u - 1} = \frac{u}{e^u - 1} \cdot e^{xu} = \left(\sum_{k=0}^{\infty}\frac{B_k}{k!} u^k\right) \left(\sum_{k=0}^{\infty}\frac{(xu)^k}{k!}\right) $$ Now the rule for multiplication of power series gives: \begin{align}\left(\sum_{k=0}^{\infty}\frac{B_k}{k!} u^k\right) \left(\sum_{k=0}^{\infty}\frac{x^k}{k!}u^k\right) &= \sum_{n=0}^{\infty}\left( \sum_{k=0}^{n} \frac{B_k}{k!} \frac{x^{n-k}}{(n-k)!} \right) u^n \\ &= \sum_{n=0}^{\infty}\left(\frac{1}{n!} \sum_{k=0}^{n}n! \frac{B_k}{k!} \frac{x^{n-k}}{(n-k)!} \right) u^n \\ &= \sum_{n=0}^{\infty}\frac{ \sum_{k=0}^{n} {n \choose k}B_k x^{n-k}}{n!} u^n\\ &=:\sum_{n=0}^{\infty}\frac{B_n(x)}{n!}u^n \end{align} And from this you can read-off the formula for the Bernoulli polynomials $$B_n(x) = \sum_{k=0}^{n} {n \choose k}B_k x^{n - k}$$