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!)
A335386 Tri-unitary highly composite numbers: where the number of tri-unitary divisors (A335385) increases to a record. 5
1, 2, 6, 24, 120, 840, 7560, 83160, 1081080, 18378360, 349188840, 8031343320, 200783583000, 5822723907000, 180504441117000, 6678664321329000, 273825237174489000, 11774485198503027000, 553400804329642269000, 27116639412152471181000, 1437181888844080972593000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A335385(a(n)) = 2^(n-1).
MATHEMATICA
f[p_, e_] := If[e == 3 || e == 6, 4, 2]; d[1] = 1; d[n_] := Times @@ (f @@@ FactorInteger[n]); dm = 0; s = {}; Do[If[(d1 = d[n]) > dm, dm = d1; AppendTo[s, n]], {n, 1, 1100000}]; s
CROSSREFS
Analogous sequences: A002182 (highly composite), A002110 (unitary), A037992 (infinitary), A293185 (bi-unitary), A318278 (exponential), A306736 (exponential infinitary), A307845 (exponential unitary), A309141 (nonunitary), A322484 (semi-unitary).
Cf. A335385.
Sequence in context: A334395 A347064 A037992 * A114779 A317681 A230363
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jun 04 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 June 6 12:03 EDT 2024. Contains 373128 sequences. (Running on oeis4.)