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.

A335317 Harmonic numbers (A001599) with a record number of divisors.

This page as a plain text file.
%I A335317 #11 Jun 01 2020 01:56:44
%S A335317 1,6,28,140,270,672,2970,8190,30240,332640,2178540,2457000,11981970,
%T A335317 14303520,17428320,27027000,163390500,164989440,191711520,513513000,
%U A335317 1307124000,2144862720,2701389600,3506025600,5943057120,13584130560,14378364000,29715285600,45578332800
%N A335317 Harmonic numbers (A001599) with a record number of divisors.
%C A335317 The corresponding record values are 1, 4, 6, 12, 16, 24, 32, 48, 96, ... (see the link for more values).
%H A335317 Amiram Eldar, <a href="/A335317/b335317.txt">Table of n, a(n) for n = 1..40</a> (terms below 10^14)
%H A335317 Amiram Eldar, <a href="/A335317/a335317.txt">Table of n, a(n), A000005(a(n)) for n = 1..40</a>
%e A335317 The first 7 harmonic numbers are 1, 6, 28, 140, 270, 496 and 672. Their numbers of divisors (A000005) are 1, 4, 6, 12, 16, 10 and 24. The record values, 1, 4, 6, 12, 16 and 24 occur at 1, 6, 28, 140, 270 and 672, the first 6 terms of this sequence.
%t A335317 dm = 0; s = {}; Do[h = n * (d = DivisorSigma[0, n]) / DivisorSigma[1, n]; If[IntegerQ[h] && d > dm, dm = d; AppendTo[s, n]], {n, 1, 10^6}]; s
%Y A335317 Cf. A000005, A001599, A335316, A335318.
%K A335317 nonn
%O A335317 1,2
%A A335317 _Amiram Eldar_, May 31 2020