|
Search: id:A128700
|
|
|
| A128700 |
|
Highly abundant numbers with an odd divisor sum. |
|
+0 4
|
|
| 1, 2, 4, 8, 16, 18, 36, 72, 144, 288, 1800, 3600, 7200
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Alaoglu and Erdos 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.
|
|
REFERENCES
|
Alaoglu, L., Erdos, P.; On Highly Composite and Similar Numbers, Transactions of the American Mathematical Society, Vol. 56, No. 3, (November 1944), pp. 448-469.
|
|
LINKS
|
Wikepedia, Highly Abundant Numbers.
|
|
FORMULA
|
The highly abundant numbers are those integers for which sigma(n) > sigma(m) for all m < n (A002093). This sequence contains those elements of A002093 that have an odd divisor sum.
|
|
EXAMPLE
|
The fifth highly abundant number with an odd divisor sum is 15. Hence a(5)=15
|
|
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
|
Cf. A002093, A000203.
Sequence in context: A088827 A076057 A133809 this_sequence A018547 A018383 A051513
Adjacent sequences: A128697 A128698 A128699 this_sequence A128701 A128702 A128703
|
|
KEYWORD
|
easy,full,nice,nonn,fini
|
|
AUTHOR
|
Ant King (mathstutoring(AT)ntlworld.com), Mar 28 2007
|
|
|
Search completed in 0.002 seconds
|