E - Harmonic Number 【调和级数 && 欧拉常数】

这篇数学文章探讨了调和级数的概念,即1/1 + 1/2 + 1/3 + ... + 1/n,并给出了当n很大时欧拉的近似公式:f(n) ≈ ln(n) + C + 1/2 * n,其中欧拉常数C约为0.5772156649。文章还提到在处理大数时如何通过打表优化计算,以避免内存限制,实现了在10^8范围内高效计算调和级数的方法。
摘要由CSDN通过智能技术生成

In mathematics, the nth harmonic number is the sum of the reciprocals of the first n natural numbers:

In this problem, you are given n, you have to find Hn.

Input

Input starts with an integer T (≤ 10000), denoting the number of test cases.

Each case starts with a line containing an integer n (1 ≤ n ≤ 108).

Output

For each case, print the

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值