\[\Large\displaystyle \sum_{n=1}^\infty (-1)^n \frac{H_n}{2n+1}=\mathbf{G}-\frac{\pi}{2}\ln(2)\]


\(\Large\mathbf{Proof:}\)
\(\Large\mathbf{Method~One:}\)
Using the relation \(\displaystyle H_{n} = \int_{0}^{1} \frac{1-x^n}{1-x} \mathrm{d}x\), we find that the series reduces to
\[\begin{align*} \sum_{n=1}^\infty (-1)^n \frac{H_n}{2n+1} &= \int_{0}^{1} \frac{2}{1-x^2} \left( \frac{\pi x}{4} - \arctan x \right) \mathrm dx \\ &= \int_{0}^{1} \frac{2}{1-x^2} \left( \arctan \left( \frac{1-x}{1+x} \right) - \frac{\pi (1-x)}{4} \right) \mathrm dx \\ &= \int_{0}^{1} \frac{2}{1-x^2} \arctan \left( \frac{1-x}{1+x} \right) \mathrm dx - \int_{0}^{1} \frac{\pi}{2(1+x)} \mathrm dx \end{align*}\]
For the former one, we use the substitution \(\displaystyle t = \frac{1-x}{1+x}\) to obtain that
\[\int_{0}^{1} \frac{2}{1-x^2} \arctan \left( \frac{1-x}{1+x} \right) \mathrm dx = \int_{0}^{1} \frac{\arctan t}{t} \mathrm dt = \mathbf{G}\]
The latter one reduces to \(\displaystyle -\frac{\pi}{2} \ln 2\), so the conclusion follows.
\[\Large\boxed{\displaystyle \sum_{n=1}^\infty (-1)^n \frac{H_n}{2n+1}=\color{Blue}{\mathbf{G}-\frac{\pi}{2}\ln(2)}}\]


\(\Large\mathbf{Method~Two:}\)
\[\sum_{n=1}^\infty (-1)^n H_n t^n = \frac{-\ln(1+t)}{1+t}\]
Let \(t=x^2\)
\[\sum_{n=1}^\infty (-1)^n H_n x^{2n} = \frac{-\ln(1+x^2)}{1+x^2}\]
Integrating with respect to \(x\) and interchanging integral and summation we get
\[\begin{align*}
&\sum_{n=1}^\infty (-1)^n H_n \int_0^1 x^{2n}\mathrm dx = - \int_0^1 \frac{\ln(1+x^2)}{1+x^2}\mathrm dx\\
&\sum_{n=1}^\infty (-1)^n \frac{H_n}{2n+1}=-\int_0^1 \frac{\ln(1+x^2)}{1+x^2}\mathrm dx
\end{align*}\]
In the integral, substitute \(\displaystyle x=\tan(\theta)\):
\[\sum_{n=1}^\infty (-1)^n \frac{H_n}{2n+1} = 2\int_0^{\frac{\pi}{4}}\ln(\cos \theta) \mathrm d\theta\]
The remaining integral is evaluated using a fourier series:
\[\begin{align*}
\sum_{n=1}^\infty (-1)^n \frac{H_n}{2n+1}
&= 2 \int_0^{\frac{\pi}{4}}\left( -\ln(2)-\sum_{j=1}^\infty \frac{(-1)^j \cos(2j\theta)}{j}\right)\mathrm d\theta \\ &=-\frac{\pi}{2}\ln(2) -2\sum_{j=1}^\infty \frac{(-1)^j}{j}\int_0^{\frac{\pi}{4}}\cos(2j \theta) \mathrm d\theta \\&= -\frac{\pi}{2}\ln(2)+\sum_{j=1}^\infty \frac{(-1)^{j+1}}{j^2}\sin \left( \frac{\pi j}{2}\right) \\
&=\Large\boxed{\displaystyle \color{Blue}{\mathbf{G}-\frac{\pi}{2}\ln(2)}}
\end{align*}\]

Euler Sums系列(四)的更多相关文章

  1. Euler Sums系列(六)

    \[\Large\displaystyle \sum_{n=1}^{\infty}\frac{H_{2n}}{n(6n+1)}\] \(\Large\mathbf{Solution:}\) Let \ ...

  2. Euler Sums系列(五)

    \[\Large\displaystyle \sum_{n=1}^{\infty} \frac{\widetilde{H_n}}{n^{3}}\] where \(\widetilde{H_n}\) ...

  3. Euler Sums系列(一)

    \[\Large\sum_{n=1}^{\infty} \frac{H_{n}}{2^nn^4}\] \(\Large\mathbf{Solution:}\) Let \[\mathcal{S}=\s ...

  4. Euler Sums系列(三)

    \[\Large\sum_{n=1}^{\infty}\frac{\left(H_{n}^{(2)}\right)^{2}}{n^{2}}=\frac{19}{24}\zeta(6)+\zeta^{2 ...

  5. Euler Sums系列(二)

    \[\Large\sum_{n=0}^\infty \frac{H_{2n+1}}{(2n+1)^2}=\frac{21}{16}\zeta(3)\] \(\Large\mathbf{Proof:}\ ...

  6. 前端构建大法 Gulp 系列 (四):gulp实战

    前端构建大法 Gulp 系列 (一):为什么需要前端构建 前端构建大法 Gulp 系列 (二):为什么选择gulp 前端构建大法 Gulp 系列 (三):gulp的4个API 让你成为gulp专家 前 ...

  7. Netty4.x中文教程系列(四) 对象传输

    Netty4.x中文教程系列(四)  对象传输 我们在使用netty的过程中肯定会遇到传输对象的情况,Netty4通过ObjectEncoder和ObjectDecoder来支持. 首先我们定义一个U ...

  8. S5PV210开发系列四_uCGUI的移植

    S5PV210开发系列四 uCGUI的移植 象棋小子          1048272975 GUI(图形用户界面)极大地方便了非专业用户的使用,用户无需记忆大量的命令,取而代之的是能够通过窗体.菜单 ...

  9. WCF编程系列(四)配置文件

    WCF编程系列(四)配置文件   .NET应用程序的配置文件 前述示例中Host项目中的App.config以及Client项目中的App.config称为应用程序配置文件,通过该文件配置可控制程序的 ...

随机推荐

  1. Linux - Shell - cut: 低配 awk

    概述 简述 shell 命令行工具 cut 背景 偶尔需要用 awk 来筛选特定的列 awk 很是强大 但是强大的背后, 却伴随着复杂 其实同样的功能, awk 也没有复杂多少 如果是 简单的任务, ...

  2. Is It Good To Use LED Wall Light In Household Space?

    Wall lamps are mostly used for local lighting, can play a very decorative effect, improve the visual ...

  3. 每天进步一点点------SOPC的uC/OS-II应用(一)

    uC/OS-II(又名Micro C/OS)是基于嵌入式系统的完整的,可移植.可固化.可裁剪的可剥夺型实时内核,其已经广泛应用在航空飞行器.医疗设备.工业控制等可靠性和稳定性要求较高的场合.该内核的代 ...

  4. H5实现查看图片和删除图片的效果

    在最近的项目中,H5需要实现查看图片和删除图片的效果,总结如下: 一.查看图片 查看图片使用weui的gallery.首先添加gallery的html,然后隐藏. <div class=&quo ...

  5. 可以使用的一些API(转存)

    聚合数据 juhe.com 转存的格式不如原文的好看,可以直接访问原文 https://www.jianshu.com/p/9a0acf69b789 api接口应该会越来越火,上个全的,楼主自己找找吧 ...

  6. 高内存 高CPU 劣质网络下的测试

    内存 先把系统的虚拟内存去掉 (右键我的电脑属性里有的.选择那个无分页文件 虚拟内存在任务管理器就不显示了), 然后机子本身内存不高,开几个网页就满了       CPU cpu可以用鲁大师测试cpu ...

  7. 如何将博客内容输出到pdf

    可以按照三类网页插件:Clearly,Instapaper 和 Readability,实际安装发现,第一个装不上,只有最后一个好用.在firefox或者chrom浏览器装好后,右键switch to ...

  8. Linux shell cut 命令详解

    详细资料请参考:博客园骏马金龙 https://www.cnblogs.com/f-ck-need-u/p/7521357.html cut命令将行按指定的分隔符分割成多列,它的弱点在于不好处理多个分 ...

  9. tomcat6w.exe启动tomcat

    在使用tomcat中,我们可能经常点击startup.bat来启动tomcat,但也不少通过tomcat6w.exe来启动的. 但是当我们点击tomcat6w.exe的时候会报错,信息如下:提示 指定 ...

  10. java中Integer面试的坑

    class Test{ public static void main(String[] args){ //当值在[-128,127]中,不创建新的Integer Integer f1 = 100,f ...