OFFSET
1,2
COMMENTS
Alaoglu and Erdős showed that 7200 is the largest highly abundant number with all the exponents of its prime factors occurring to powers greater than unity. It follows that the sequence of highly abundant numbers with an odd divisor sum is finite and is bounded above by 7200. Accordingly, this is the complete sequence of such integers.
LINKS
L. Alaoglu and P. Erdős, On highly composite and similar numbers, Trans. Amer. Math. Soc., 56 (1944), 448-469.
Wikipedia, Highly Abundant Numbers.
FORMULA
EXAMPLE
The fifth highly abundant number with an odd divisor sum is 16. Hence a(5)=16. [Corrected by N. J. A. Sloane, Jan 11 2024 at the suggestion of _Harvey P.Dale_.]
MATHEMATICA
hadata1=FoldList[Max, 1, Table[DivisorSigma[1, n], {n, 2, 7200}]]; data1=Flatten[Position[hadata1, #, 1, 1]&/@Union[hadata1]]; Select[data1, OddQ[DivisorSigma[1, # ]] &]
CROSSREFS
KEYWORD
easy,full,nice,nonn,fini
AUTHOR
Ant King, Mar 28 2007
STATUS
approved