The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A335317 Harmonic numbers (A001599) with a record number of divisors. 8
1, 6, 28, 140, 270, 672, 2970, 8190, 30240, 332640, 2178540, 2457000, 11981970, 14303520, 17428320, 27027000, 163390500, 164989440, 191711520, 513513000, 1307124000, 2144862720, 2701389600, 3506025600, 5943057120, 13584130560, 14378364000, 29715285600, 45578332800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding record values are 1, 4, 6, 12, 16, 24, 32, 48, 96, ... (see the link for more values).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..40 (terms below 10^14)
EXAMPLE
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.
MATHEMATICA
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
CROSSREFS
Sequence in context: A199315 A001599 A335316 * A074247 A053783 A216383
KEYWORD
nonn
AUTHOR
Amiram Eldar, May 31 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 02:15 EDT 2024. Contains 372536 sequences. (Running on oeis4.)