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.

A076633 Incorrect guess for index of n-th local maxima (in decreasing order) of f(k) = (sigma(k) - H_k)/(exp(H_k)log(H_k)), where H_k = 1 + 1/2 + 1/3 + ... + 1/k.

This page as a plain text file.
%I A076633 #4 Jul 12 2015 15:44:22
%S A076633 12,120,60,2520,5040,360,24,840,55440,10080
%N A076633 Incorrect guess for index of n-th local maxima (in decreasing order) of f(k) = (sigma(k) - H_k)/(exp(H_k)log(H_k)), where H_k = 1 + 1/2 + 1/3 + ... + 1/k.
%C A076633 Lagarias showed that the Riemann Hypothesis is equivalent to the formula sigma(k) <= H_k + exp(H_k)log(H_k) for all k >= 1 with equality only when k=1. In other words f(k)<1 for all k. At first glance it seems that f(12) is the largest value of f, followed by f(120), f(60) and so on. Proving that f(12) is indeed the largest value would prove the Riemann Hypothesis. However, f(12) is not the largest value.
%C A076633 The terms shown are merely the maxima for "small" values of k. If the function f(k) is evaluated at colossally abundant numbers (A004490), we find that beyond the 58th colossally abundant number, which is over 10^76, the function is greater than f(12) and increasing at each subsequence colossally abundant number. Use A073751 to generate colossally abundant numbers not in A004490. - _T. D. Noe_, Oct 24 2002
%H A076633 J. C. Lagarias, <a href="http://arXiv.org/abs/math.NT/0008177">An elementary problem equivalent to the Riemann hypothesis</a>, Am. Math. Monthly 109 (#6, 2002), 534-543.
%H A076633 T. D. Noe, <a href="http://www.sspectra.com/math/A076633.gif">Plot of the function f for the first 200 colossally abundant numbers</a>
%Y A076633 Cf. A057640, A057641, A004490, A073751.
%K A076633 nonn
%O A076633 1,1
%A A076633 Luke Pebody (pebodyl(AT)msci.memphis.edu), Oct 22 2002