OFFSET
1,2
COMMENTS
All terms are powers of 2.
FORMULA
It appears that a(n) = 2^A055460(n). - Joerg Arndt, Oct 06 2019
EXAMPLE
n=5, 5!=120, the set of gcd(d, 120/d) values for the 16 divisors of 120 is {1,2,1,2,1,2,1,2,2,1,2,1,2,1,2,1}. The maximum is 2 and it occurs 8 times, so a(5)=8.
MATHEMATICA
Table[Count[#, Max@ #] &@ Map[GCD[#, m/#] &, Divisors[m]], {m, Range[30]!}] (* Michael De Vlieger, Oct 06 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jun 13 2000
STATUS
approved