cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A287728 Number of odd primitive abundant numbers with n prime factors, counted with multiplicity.

Original entry on oeis.org

0, 0, 0, 0, 121, 15772, 102896101, 3475842606319962
Offset: 1

Views

Author

M. F. Hasler, May 30 2017

Keywords

Comments

There is no odd abundant number (A005231) with less than 5 prime factors counted with multiplicity (cf. A001222).
Sequence A188439 lists the odd primitive abundant numbers (A006038) sorted by increasing number of distinct prime factors. It is known that there are 576 such terms with r = 3 distinct prime factors, but their number for any larger r = omega(x) appears to be unknown as of today.
It appears that a(n) is just slightly larger than A287590(n), the number of squarefree odd primitive abundant numbers (A249263) with n prime factors. Those with a prime factor to a higher power become less frequent because there are increasingly many terms of the form m*p_r where m has abundancy slightly less than 2, and p_r can be any prime between gpf(m) and 1/(2/A(m)-1) which becomes very large as A(m) -> 2. This also makes difficult the computation of a(n) for n >= 8: The lexicographic smallest choice of (p_1,...,p_8) has p_7 = 128194589 and then 128194601 <= p_8 <= 566684450325179, and calculation of primepi(566'684'450'325'179) takes very long.

Crossrefs

Programs

  • SageMath
    # See GitHub link.

Extensions

a(7) from Gianluca Amato, Jun 26 2017
a(8) from Gianluca Amato, Feb 26 2018