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!)
A308532 Highly composite numbers (A002182) with a record number of largely composite numbers (A067128) having the same number of divisors. 1
1, 2, 6, 60, 360, 73513440, 1396755360, 4497552259200, 130429015516800, 149602080797769600, 4488062423933088000, 6133685312708553600, 184010559381256608000, 7912454053394034144000, 19709923047004539052704000, 1162885459773267804109536000, 780296143507862696557498656000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding record numbers of divisors d(a(n)) are 1, 2, 3, 6, 9, 10, 11, 14, 16, 20, ... (see the link for more values).
LINKS
EXAMPLE
6 is in the sequence since there are a record number of 3 largely composite numbers, 6, 8, and 10 with the same number of divisors. The next record is of 60, with 6 largely composite numbers, 60, 72, 84, 90, 96, and 108, with the same number of divisors.
MATHEMATICA
s = {}; dm = 1; c = 0; cm = 0; nprev = 1; Do[d = DivisorSigma[0, n]; If[d == dm, c++]; If[d > dm, dm = d; If[c > cm, cm = c; AppendTo[s, nprev]]; c = 1; nprev = n], {n, 1, 10^3}]; s
CROSSREFS
Sequence in context: A347979 A138286 A355286 * A102290 A025540 A334224
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jun 06 2019
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 June 4 08:21 EDT 2024. Contains 373092 sequences. (Running on oeis4.)