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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A306348 Numbers k such that exp(H_k)*log(H_k) <= sigma(k), where H_k is the harmonic number. 0
1, 2, 3, 4, 6, 12, 24, 60 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If the Riemann hypothesis is true, there are no more terms.
LINKS
J. C. Lagarias, An elementary problem equivalent to the Riemann hypothesis, arXiv:math/0008177 [math.NT], 2000-2001; Am. Math. Monthly 109 (#6, 2002), 534-543.
EXAMPLE
Let b(n) = exp(H_{a(n)})*log(H_{a(n)}).
n | a(n) | b(n) | sigma(a(n))
--+------+------------+-------------
1 | 1 | 0 | 1
2 | 2 | 1.817... | 3
3 | 3 | 3.791... | 4
4 | 4 | 5.894... | 7
5 | 6 | 10.384... | 12
6 | 12 | 25.218... | 28
7 | 24 | 57.981... | 60
8 | 60 | 166.296... | 168
MATHEMATICA
For[k = 1, True, k++, If[Exp[HarmonicNumber[k]] Log[HarmonicNumber[k]] <= DivisorSigma[1, k], Print[k]]] (* Jean-François Alcover, Feb 14 2019 *)
CROSSREFS
Sequence in context: A018369 A324178 A214570 * A363670 A078495 A161701
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Feb 09 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)