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.

A337993 Numbers k such that L(k) < sigma(k) + k/Pi^2, where L(k) = floor(H(k) + exp(H(k)) * log(H(k))) and H(k) = Sum_{j=1..k} 1/j.

Original entry on oeis.org

1, 2, 4, 6, 12, 24, 60, 120, 360, 2520, 5040
Offset: 1

Views

Author

Peter Luschny, Oct 15 2020

Keywords

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.

Crossrefs

Programs

  • 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 *)

Formula

k is a term of this sequence <==> A057640(k) < A000203(k) + k/A002388.