OFFSET
1,2
COMMENTS
Conjecture: This sequence is finite.
REFERENCES
S. Ramanujan, Highly composite numbers, Proc. Lond. Math. Soc. 14 (1915), 347-409; reprinted in Collected Papers, Ed. G. H. Hardy et al., Cambridge 1927; Chelsea, NY, 1962.
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.
Peter Luschny, Illustration: Bounds for A057641.
S. Ramanujan, Highly Composite Numbers, Proc. London Math. Soc. 2, 14, 1915, page 15.
MATHEMATICA
A337993Q[n_] := With[{h = HarmonicNumber[n]}, Floor[h + Exp[h]*Log[h]] < DivisorSigma[1, n] + n/Pi^2];
Select[Range[5040], A337993Q] (* Paolo Xausa, Feb 01 2024 *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Peter Luschny, Oct 15 2020
STATUS
approved