A275026 a(n) is the largest number k such that the sum of divisors of k does not exceed the n-th power of the number of divisors of k.
1, 24, 122522400, 41936006482988380963200, 2818633727625754852693848168481445291030176361088000
Offset: 1
Examples
24 has 8 divisors (1, 2, 3, 4, 6, 8, 12, and 24), and their sum is 1 + 2 + 3 + 4 + 6 + 8 + 12 + 24 = 60, which does not exceed 8^2 = 64. Every number k > 24 has sigma(k) > tau(k)^2, so a(2) = 24.
Extensions
a(4)-a(5) from Max Alekseyev, Mar 21 2023
Comments