A357330 Decimal expansion of sigma(N) / (N * log(log(N))) for N = 5040, where sigma = A000203.
1, 7, 9, 0, 9, 7, 3, 3, 6, 6, 5, 3, 4, 8, 8, 1, 1, 3, 3, 3, 6, 1, 9, 0, 1, 3, 5, 0, 5, 9, 1, 0, 9, 5, 1, 7, 4, 0, 9, 0, 9, 5, 3, 9, 0, 7, 9, 8, 7, 5, 7, 3, 5, 7, 7, 9, 1, 7, 4, 6, 5, 3, 5, 2, 3, 5, 6, 6, 7, 0, 4, 6, 9, 5, 5, 7, 6, 9, 5, 2, 2, 9, 7, 7, 9, 3, 4, 2, 3, 5
Offset: 1
Examples
sigma(5040) / (5040 * log(log(5040))) = 1.79097336653488113336... In comparison, exp(gamma) = 1.78107241799019798523...
Links
- Eric Weisstein's World of Mathematics, Robin's Theorem.
- Wikipedia, Riemann hypothesis.
Programs
-
Mathematica
RealDigits[DivisorSigma[-1, 5040] / Log[Log[5040]], 10, 120][[1]] (* Amiram Eldar, Jun 19 2023 *)
-
PARI
sigma(5040) / (5040 * log(log(5040)))
Formula
Equals 403 / (105 * log(log(5040))).
Comments