Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • 1
    $\begingroup$ I see that it is very difficult to construct at least in a multiplicative way a subset of highly abundant numbers, does one exist? $\endgroup$ Commented Mar 28 at 21:47
  • 2
    $\begingroup$ I'm not aware of the patterns, but you can search for those in the factorizations of first highly abundant numbers - OEIS provides $10^5$ of them in oeis.org/A002093/b002093.txt Also, in that range it's easy to test if a particular number is HA - if it lays strictly in between two consecutive terms, it's not HA. $\endgroup$ Commented Mar 28 at 22:38
  • 2
    $\begingroup$ Beyond that range, you can test for HAness with my SageMath code posted in mathoverflow.net/q/501164 $\endgroup$ Commented Mar 28 at 22:44
  • 3
    $\begingroup$ @JoséDamiánEspinosa see the Colossally Abundant Numbers en.wikipedia.org/wiki/Colossally_abundant_number $\endgroup$ Commented Mar 28 at 22:53
  • 2
    $\begingroup$ I wrote mathoverflow.net/questions/79927/… $\endgroup$ Commented Mar 28 at 22:57