OFFSET
1,2
COMMENTS
The corresponding record numbers of exponentially-odd divisors are 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 21, 24, 25, 30, 32, 36, 40, 42, 45, 48, 50, 54, 56, 60, 63, 64, ... (see the link for more terms).
The even version of this sequence is A046952 which is the sequence of numbers with record number of square divisors (only even exponents, A046951).
Numbers with record values of the number of exponentially odd divisors are the same as the numbers with record values of the number of semi-unitary divisors (A322484). - Amiram Eldar, Sep 08 2023
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
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
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Sep 07 2019
EXTENSIONS
Name corrected by Amiram Eldar, Sep 08 2023
STATUS
approved