OFFSET
1,2
COMMENTS
Subsequence of A025487.
All the terms have prime factors with multiplicities which are primorials > 1 (the primorials, A002110, are the unitary highly composite numbers), similarly to exponential highly composite numbers (A318278) whose prime factors have multiplicities which are highly composite numbers (A002182). Thus all the terms are squares. Their square roots are 1, 2, 6, 24, 120, 840, 7560, 83160, 1081080, 18378360, 349188840, 8031343320, 200783583000, 5822723907000, 180504441117000, ...
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..201
FORMULA
A278908(a(n)) = 2^(n-1).
MATHEMATICA
f[p_, e_] := 2^PrimeNu[e]; a[n_] := Times @@ (f @@@ FactorInteger[n]); s = {}; am = 0; Do[a1 = a[n]; If[a1 > am, am = a1; AppendTo[s, n]], {n, 1, 10^6}]; s
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, May 01 2019
STATUS
approved