0

Good evening. I am looking to see if there is a proof online to help guide me with the understanding that the Tangent Numbers, denoted $T_n$ and the Bernoulli numbers, denoted $B_n$ are related. It is known that

$$T_n=\frac{2^{2n}(2^{2n}-1)|B_{2n}|}{2n}$$

I know that Tangent Numbers and Euler numbers, denoted $E_n$, are related through the "zig zag" numbers, or alternating permutations of $n$ integers. For example, if $n=4$, we have a permutation $\sigma=(a_1, a_2, a_3, a_4)$ which is called "Zig Zag" or "Up Down" if

$$a_1<a_2>a_3<a_4$$

and for $n=4$, we have

$$(1,3,2,4),(1,4,2,3), (2,3,1,4),(2,4,1,3),(3,4,1,2)$$

These up down numbers are produced by the generating function $$\sec{(x)}+\tan{(x)}$$ and the even indexed coefficients are the Euler Numbers and the odd indexed coefficients are the Tangent Numbers. I know that the Bernoulli numbers are related to the Cotangent function but I'm not sure how to start or approach getting the Bernoulli numbers to relate to the Tangent function.

Iceman
  • 1,783
  • I found that the following eleven questions are closely-related or almost the same questions: (1) https://math.stackexchange.com/questions/783503/, (2) https://math.stackexchange.com/questions/580748/, (3) https://math.stackexchange.com/questions/1273516/, (4) https://math.stackexchange.com/questions/2568817/, (5) https://math.stackexchange.com/questions/2257544/, (6) https://math.stackexchange.com/questions/783503/, – qifeng618 Sep 22 '21 at 03:34
  • (7) https://math.stackexchange.com/questions/3447276/, (8) https://math.stackexchange.com/questions/504814/, (9) https://math.stackexchange.com/questions/1739872/, (10) https://math.stackexchange.com/questions/3451797/, (11) https://math.stackexchange.com/questions/2107114/. – qifeng618 Sep 22 '21 at 03:35

3 Answers3

4

(A bit to long for a comment.) Knuth and Buckholtz, Math. Comp. 21 (1967), 663-688 (http://www.ams.org/journals/mcom/1967-21-100/S0025-5718-1967-0221735-9/S0025-5718-1967-0221735-9.pdf) write the following $$\tan z=\frac{\sin z}{\cos z} = \frac{e^{iz}-e^{-iz}}{i(e^{iz}+e^{-iz})} =\frac{1}{z}\left(\frac{2iz}{e^{2iz}+1} -iz \right) =\frac{1}{z}\left(\frac{2iz}{e^{2iz}-1} - \frac{4iz}{e^{4iz}-1} -iz \right) $$

$$\tan z=\frac{1}{z}\left( -iz +\sum_{n\ge 0}\Big((2iz)^n-(4iz)^n\Big)\frac{B_n}{n!}\right)$$ From which they give the relation (without absolute values and a slightly different definition of $T_n$ via $\tan z = \sum_{n\ge 0} T_n z^n/n!)$ $$ B_n = -i^n \frac{nT_{n-1}}{2^n(2^n-1)}$$ If you use the generating function $$\tan z = \sum_{n=1}^{\infty} T_n \frac{z^{2n-1}}{(2n-1)!}$$ and absolute values you get your initial relation.

gammatester
  • 18,827
3

The Bernoulli numbers are obtained thanks to the function $$\Phi(x) =\frac{x}{e^x-1} = \sum_{n=0}^{+\infty} B_n \frac{x^n}{n!}.$$ Note that $$\tan(x)=\frac{\sin(x)}{\cos(x)}=\frac{e^{ix}-e^{-ix}}{i(e^{ix}+e^{-ix})}=\frac{e^{2ix}-1}{i(e^{2ix}+1)}.$$ I let you do some computations to get $$\tan(x) = \frac{1}{x}(\Phi(2ix)-\Phi(4ix)-ix).$$ Now use the first formula to get the Taylor expansion of $\tan$ thanks to Bernoulli numbers.

C. Dubussy
  • 9,120
1

It is well known that the tangent function $\tan x$ can be expanded into the Maclaurin series \begin{equation*} \tan x=\sum_{k=1}^\infty\frac{(-1)^{k-1}2^{2k}\bigl(2^{2k}-1\bigr) B_{2k}}{(2k)!}x^{2k-1} =\sum_{k=1}^\infty T_{2k-1}\frac{x^{2k-1}}{(2k-1)!}, \quad|x|<\frac{\pi}2, \end{equation*} where $T_{2k-1}$ are called the tangent numbers or zag numbers and $B_{n}$ for $n\ge0$ are the Bernoulli numbers which are generated by the power series expansion \begin{equation*} \frac{x}{e^x-1}=\sum_{n=0}^\infty B_n\frac{x^n}{n!}=1-\frac{x}2+\sum_{k=1}^\infty B_{2k}\frac{x^{2k}}{(2k)!}, \quad \vert x\vert<2\pi. \end{equation*} See page 75, item 4.3.67 in the handbook [1] and page 259 in the monograph [2] below.

References

  1. M. Abramowitz and I. A. Stegun (Eds), Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, National Bureau of Standards, Applied Mathematics Series 55, 10th printing, Washington, 1972.
  2. L. Comtet, Advanced Combinatorics: The Art of Finite and Infinite Expansions, Revised and Enlarged Edition, D. Reidel Publishing Co., 1974; available online at https://doi.org/10.1007/978-94-010-2196-8.
  3. Feng Qi, Derivatives of tangent function and tangent numbers, Applied Mathematics and Computation 268 (2015), 844--858; available online at https://doi.org/10.1016/j.amc.2015.06.123.
qifeng618
  • 1,691