A325839 Exponentially-odd coreful highly composite numbers: numbers with record values of the number of exponentially odd coreful divisors (A325837).
1, 8, 32, 128, 512, 864, 3456, 7776, 13824, 31104, 124416, 279936, 497664, 1119744, 1990656, 3888000, 10077696, 15552000, 34992000, 62208000, 139968000, 248832000, 388800000, 559872000, 1259712000, 1555200000, 2239488000, 3499200000, 6220800000, 8957952000
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..290
- Amiram Eldar, Table of n, a(n), A325837(a(n)) for n = 1..290
Programs
-
Mathematica
fun[p_,e_] := Floor[(e+1)/2]; a[n_] := Times@@(fun@@@FactorInteger[n]); am = 0; s={}; Do[a1=a[n]; If[a1>am, am=a1; AppendTo[s, n]], {n, 1, 300000}]; s
Extensions
Name corrected by Amiram Eldar, Sep 08 2023
Comments