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!)
A326677 Numbers with a record number of divisors, counted with multiplicity (A169594). 2
1, 2, 4, 8, 12, 16, 24, 32, 36, 48, 64, 72, 96, 120, 144, 240, 288, 360, 432, 576, 720, 1080, 1260, 1440, 2160, 2520, 2880, 3600, 5040, 7200, 7560, 8640, 10080, 14400, 15120, 20160, 25200, 30240, 40320, 45360, 50400, 55440, 75600, 100800, 110880, 151200, 166320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding record values are 1, 2, 4, 6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 22, 24, 26, 28, 29, ...
Since the value of A169594(k) depends only on the prime signature of k, this sequence is a subsequence of A025487.
LINKS
EXAMPLE
The first values of A169594(n) for n=1..8 are {1, 2, 2, 4, 2, 4, 2, 6}. The record values are 1, 2, 4, 6, for 1, 2, 4, 8. Therefore this sequence begins with 1, 2, 4, 8.
MATHEMATICA
d[n_]:=1 + DivisorSum[n, IntegerExponent[n, #] &, # > 1 &]; s={}; dm = 0; Do[d1 = d[n]; If[d1 > dm, dm = d1; AppendTo[s, n]], {n, 1, 10000}]; s (* after Michael De Vlieger at A169594 *)
CROSSREFS
Sequence in context: A227730 A246692 A181824 * A330684 A070173 A363122
KEYWORD
nonn
AUTHOR
Amiram Eldar, Oct 18 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 May 18 21:39 EDT 2024. Contains 372666 sequences. (Running on oeis4.)