login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082913 Least k such that H(k) > 2^n, where H(k) is the harmonic number Sum_{i=1..k} 1/i. 1
2, 4, 31, 1674, 4989191, 44334502845080, 3500783582875029181027036603, 21827907538883637012326748457700300661358717434156476363
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
Julian Havil, Gamma, Exploring Euler's Constant, Princeton University Press, Princeton and Oxford, 2003, page 23.
Murray Schechter, Summation of divergent series by computer, Amer. Math. Monthly, 91:10 (1984), 629-632. See Table 1.
LINKS
FORMULA
H(k) ~= log(k) + Euler's Gamma Constant (A001620) + 1/(2k).
a(n) = A002387(2^n). - Joerg Arndt, Jul 13 2015
MATHEMATICA
f[n_] := Floor[Exp[n - EulerGamma] - 1/2] + 1; Table[ f[ 2^n], {n, 0, 7}]
CROSSREFS
Sequence in context: A087186 A051759 A051570 * A083205 A019542 A319223
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Apr 14 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 18 13:45 EDT 2024. Contains 376000 sequences. (Running on oeis4.)