\[\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. 哥廷根: Heroes in My Heart

    哥廷根: Heroes in My Heart (本篇的文字部分均出自北大未名BBS的连载 Heroes in my heart 中哥廷根的部分,作者 ukim. 话说,有任何人能够联系上 ukim ...

  2. winform学习(2)窗体属性

    窗体也属于控件(controls) 主窗体:在Main函数中创建的窗体,当关闭主窗体时,整个程序也就关闭了. 如何打开控件属性面板: ①在该控件上单击鼠标右键--属性. ②选中该控件,按F4 窗体常用 ...

  3. 【js】子菜单吸顶(滚动到一定距离 容器置顶)附 无间断置顶 避免闪动

    思考逻辑:当向上滚动的高度>= 观察容器距离顶部高度 即可触发吸顶 以下代码在vue工程,作参考 handleScroll () { const scrollTop = window.pageY ...

  4. 阿里云打包成zip格式,批量下载

    /** * 从阿里云下载文件 (以附件形式下载) 多个文件进行zip下载 第二种 * @param request * @param response */ @ResponseBody @Reques ...

  5. google插件跨域含用户请求WebApi解决的方案

    问题描述: google插件跨域请求WebApi相关解决方案 1.ajax解决含登录用户信息 $.ajax({ url: url, type: "POST", timeout: 6 ...

  6. hadoop fs -put could only be replicated to 0 nodes, instead of 1 解决方法

    我的坏境是在虚拟机linux操作系统中,启动start-all.sh后 1.执行jps,如下 2.执行hadoop fs -mkdir input 创建成功 执行hadoop fs -ls 可以看到i ...

  7. python 网页中文显示Unicode码

    print repr(a).decode("unicode–escape") 注:a是要输出的结果,

  8. 【SSH】Spring 整合 Struts

    添加 spring-struts-3.2.9.RELEASE.jar struts-config.xml 添加 <controller> <set-property property ...

  9. RHEL7安装ZABBIX 3.2

    参考并结合: http://blog.sina.com.cn/s/blog_560130f20101bfou.html http://blog.itpub.net/20893244/viewspace ...

  10. C语言运算符优先级和结合性一览表

    所谓优先级就是当一个表达式中有多个运算符时,先计算谁,后计算谁.这个其实我们在小学学算术的时候就学过,如1+4÷2. 但是C语言中的运算符已经远不止四则运算中的加减乘除了,还有其他很多运算符.当它们出 ...