login
A306621
Highly abundant numbers that are powerful.
0
1, 4, 8, 16, 36, 72, 108, 144, 216, 288, 1800, 3600, 7200
OFFSET
1,2
COMMENTS
Alaoglu and Erdős proved that 7200 is the last term.
Intersection of A001694 and A002093.
LINKS
Leonidas Alaoglu and Paul Erdős, On highly composite and similar numbers, Transactions of the American Mathematical Society, Vol. 56, No. 3 (1944), pp. 448-469.
MATHEMATICA
seq={1}; sm = 0; Do[s = DivisorSigma[1, n]; If[s>sm, sm = s; If[ Min @ FactorInteger[n][[;; , 2]] > 1, AppendTo[seq, n]]], {n, 2, 72000}]; seq
CROSSREFS
Sequence in context: A214035 A040014 A141069 * A144687 A278377 A065605
KEYWORD
nonn,fini,full
AUTHOR
Amiram Eldar, Mar 01 2019
STATUS
approved