cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A082912 Least k such that H(k) > 10^n, where H(k) is the harmonic number Sum_{i=1..k} 1/i.

Original entry on oeis.org

2, 12367, 15092688622113788323693563264538101449859497
Offset: 0

Views

Author

Robert G. Wilson v, Apr 14 2003

Keywords

Comments

"In 1968 John W. Wrench Jr calculated the exact minimum number of terms needed for the series to sum past 100; that number is 15 092 688 622 113 788 323 693 563 264 538 101 449 859 497. Certainly, he did not add up the terms.
"Imagine a computer doing so and suppose that it takes it 10^-9 seconds to add each new term to the sum and that we set it adding and let it continue doing so indefinitely. The job will have been completed in not less than 3.5 * 10^17 (American) billion years." Havil.

References

  • Julian Havil, Gamma, Exploring Euler's Constant, Princeton University Press, Princeton and Oxford, 2003, page 23.

Crossrefs

Programs

  • Mathematica
    f[n_] := Floor[Exp[n - EulerGamma] - 1/2] + 1; Table[ f[10^n], {n, 0, 2}]

Formula

H(k) ~= log(k) + Euler's Gamma Constant (A001620) + 1/(2k).
a(n) = A002387(10^n). - Joerg Arndt, Jul 13 2015