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

\[\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…
\[\Large\displaystyle \sum_{n=1}^{\infty}\frac{H_{2n}}{n(6n+1)}\] \(\Large\mathbf{Solution:}\) Let \(S\) denote the sum. Then \[\begin{align*} S=\sum_{n=1}^\infty \frac{H_{2n}}{n(6n+1)} &= \sum_{n=1}^\infty\frac{H_{2n}}{n}\int_0^1 x^{6n}\mathrm dx \\…
\[\Large\displaystyle \sum_{n=1}^{\infty} \frac{\widetilde{H_n}}{n^{3}}\] where \(\widetilde{H_n}\) is the alternating harmonic number. \(\Large\mathbf{Solution:}\) Namely, \[\widetilde{H_n} = \ln (2) + (-1)^{n-1} \int_{0}^{1} \frac{x^{n}}{1+x} \math…
\[\Large\sum_{n=1}^{\infty} \frac{H_{n}}{2^nn^4}\] \(\Large\mathbf{Solution:}\) Let \[\mathcal{S}=\sum^\infty_{n=1}\frac{H_n}{n^42^n}\] We first consider a slightly different yet related sum. The main idea is to solve this sum with two different meth…
\[\Large\sum_{n=1}^{\infty}\frac{\left(H_{n}^{(2)}\right)^{2}}{n^{2}}=\frac{19}{24}\zeta(6)+\zeta^{2}(3)\] \(\Large\mathbf{Proof:}\) We use the Abel's rearrangement over the \(N\)-th partial sum of the series, \[\begin{align*}\sum\limits_{n=1}^{N}\fr…
\[\Large\sum_{n=0}^\infty \frac{H_{2n+1}}{(2n+1)^2}=\frac{21}{16}\zeta(3)\] \(\Large\mathbf{Proof:}\) Let \(\displaystyle S_1=\sum_{n=1}^\infty \frac{H_n}{n^2}\) and \(\displaystyle S_2 = \sum_{n=1}^\infty(-1)^{n+1}\frac{H_n}{n^2}\). Then, our sum ca…
前端构建大法 Gulp 系列 (一):为什么需要前端构建 前端构建大法 Gulp 系列 (二):为什么选择gulp 前端构建大法 Gulp 系列 (三):gulp的4个API 让你成为gulp专家 前端构建大法 Gulp 系列 (四):gulp实战 前面讲了很多理论,那么这一节我们将讲一些实战的例子 安装Node.js 先在命令行下输入 node -v 检查一下是否装了node, 如果没有请参考 https://github.com/joyent/node/wiki/Installing-Nod…
Netty4.x中文教程系列(四)  对象传输 我们在使用netty的过程中肯定会遇到传输对象的情况,Netty4通过ObjectEncoder和ObjectDecoder来支持. 首先我们定义一个User对象,一定要实现Serializable接口: package mjorcen.netty.object; import java.io.Serializable; /** * User: hupeng Date: 14-6-3 Time: 上午1:31 */ public class Use…
S5PV210开发系列四 uCGUI的移植 象棋小子          1048272975 GUI(图形用户界面)极大地方便了非专业用户的使用,用户无需记忆大量的命令,取而代之的是能够通过窗体.菜单.按键等方式进行操作. 在某些场合,设计一款人机界面丰富友好的嵌入式产品能赢得很多其它的用户.笔者此处就S5PV210基于uCGUI图形用户界面的使用作一个简单的介绍. 1. uCGUI移植概述 1.1. S5PV210 Bootloader 笔者的S5PV210的Bootloader设置最高的CP…
WCF编程系列(四)配置文件   .NET应用程序的配置文件 前述示例中Host项目中的App.config以及Client项目中的App.config称为应用程序配置文件,通过该文件配置可控制程序的运行时 行为,相对于在设计时通过程序来设定运行时行为,配置文件具有更高的灵活性:我们无需重新编译程序即可修改应用程序行为.编译器最终会将 App.config编译成 [应用程序名称].exe.config 文件,并放在当前应用程序目录中.而对应Web应用程序(ASP.NET)其对应的配置文件为Web…